From bfbbbcb1538da763ce02ea47c78b85e6633c3c3f Mon Sep 17 00:00:00 2001
From: Dave Syer
$ 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).