We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a2f2d commit f8689a3Copy full SHA for f8689a3
configserver.yml
@@ -8,12 +8,12 @@ management:
8
spring:
9
config.activate.on-profile: git
10
cloud.config.server.git:
11
- uri: https://github.com/springone-tour-2021/gateway-s1p-2018
+ uri: https://github.com/springone-tour-2021/color-app
12
search-paths: config-files/
13
14
---
15
16
config.activate.on-profile: native
17
cloud.config.server.native:
18
searchLocations: file://${user.home}/color-app/config-files
19
-# searchLocations: file://${user.home}/workspace/springone-tour-2021/gateway-s1p-2018/config-files
+# searchLocations: file://${user.home}/workspace/springone-tour-2021/color-app/config-files
0 commit comments