From 34eb0f9d4474fb3f63cb1452e1c02016d48f0fbb Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 15 Jul 2016 13:16:55 -0400 Subject: [PATCH] Fixed typo and added location of config properties --- docs/src/main/asciidoc/spring-cloud-config.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index f408830e..62216f83 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -440,7 +440,10 @@ table of configurable Vault properties. All properties are prefixed with |=== -With you config server running you can make HTTP requests to the server to retrieve +All configurable properties can be found in +`org.springframework.cloud.config.server.environment.VaultEnvironmentRepository`. + +With your config server running you can make HTTP requests to the server to retrieve values from the Vault backend. To do this you will need a token for your Vault server. First place some data in you Vault. For example