Fix docs for native profile search locations

It's actually `spring.cloud.config.server.native.searchLocations`.

Fixes gh-89
This commit is contained in:
Dave Syer
2015-02-23 10:20:25 +00:00
parent fc4865964b
commit 346e5746c7

View File

@@ -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".