Skip to content

Commit f8689a3

Browse files
committed
Use new git repo name
1 parent d1a2f2d commit f8689a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configserver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ management:
88
spring:
99
config.activate.on-profile: git
1010
cloud.config.server.git:
11-
uri: https://github.com/springone-tour-2021/gateway-s1p-2018
11+
uri: https://github.com/springone-tour-2021/color-app
1212
search-paths: config-files/
1313

1414
---
1515
spring:
1616
config.activate.on-profile: native
1717
cloud.config.server.native:
1818
searchLocations: file://${user.home}/color-app/config-files
19-
# searchLocations: file://${user.home}/workspace/springone-tour-2021/gateway-s1p-2018/config-files
19+
# searchLocations: file://${user.home}/workspace/springone-tour-2021/color-app/config-files

0 commit comments

Comments
 (0)