|
@ -38,3 +38,10 @@ spring:
|
|
config:
|
|
config:
|
|
uri: ${wlyy.spring.config.uri:http://192.168.131.174:1221}
|
|
uri: ${wlyy.spring.config.uri:http://192.168.131.174:1221}
|
|
label: ${wlyy.spring.config.label:local}
|
|
label: ${wlyy.spring.config.label:local}
|
|
|
|
---
|
|
|
|
spring:
|
|
|
|
profiles: jwprod70
|
|
|
|
cloud:
|
|
|
|
config:
|
|
|
|
uri: ${wlyy.spring.config.uri:http://172.16.1.70:1221}
|
|
|
|
label: ${wlyy.spring.config.label:master}
|