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).