From bfbbbcb1538da763ce02ea47c78b85e6633c3c3f Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 24 Jul 2015 08:42:00 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-config.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/spring-cloud-config.html b/spring-cloud-config.html index 843f0222..cbc8f500 100644 --- a/spring-cloud-config.html +++ b/spring-cloud-config.html @@ -627,7 +627,7 @@ high-priority property source, e.g.

$ curl localhost:8080/env
 {
   "profiles":[],
-  "configService:https://github.com/scratches/config-repo/bar.properties":{"foo":"bar"},
+  "configService:https://github.com/spring-cloud-samples/config-repo/bar.properties":{"foo":"bar"},
   "servletContextInitParams":{},
   "systemProperties":{...},
   ...
@@ -639,6 +639,19 @@ high-priority property source, e.g.

repository>/<file name>" contains the property "foo" with value "bar" and is highest priority).

+
+ + + + + +
+
Note
+
+the URL in the property source name is the git repository not +the config server URL. +
+
@@ -1356,7 +1369,7 @@ grabbing it in the bootstrap context and injecting one).