From 346e5746c7a05468f09a21126ed83e3bc314f72a Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 23 Feb 2015 10:20:25 +0000 Subject: [PATCH] Fix docs for native profile search locations It's actually `spring.cloud.config.server.native.searchLocations`. Fixes gh-89 --- docs/src/main/asciidoc/spring-cloud-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index ddbb725a..f50d6144 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -139,7 +139,7 @@ that should be applicable. There is also a "native" profile in the Config Server that doesn't use Git, but just loads the config files from the local classpath or file system (any static URL you want to point to with -"spring.cloud.config.server.native.locations"). To use the native +"spring.cloud.config.server.native.searchLocations"). To use the native profile just launch the Config Server with "spring.profiles.active=native".