|
@ -12,47 +12,19 @@ spring:
|
|
|
profiles: jwdev
|
|
|
cloud:
|
|
|
config:
|
|
|
discovery:
|
|
|
enabled: true
|
|
|
service-id: svr-configuration
|
|
|
|
|
|
eureka:
|
|
|
client:
|
|
|
serviceUrl:
|
|
|
defaultZone: http://jw:jkzl@172.26.0.107:8761/eureka/
|
|
|
instance:
|
|
|
prefer-ip-address: false
|
|
|
instance-id: ${spring.cloud.client.ipAddress}:${server.port}
|
|
|
uri: ${wlyy.spring.config.uri:http://172.26.0.107:1221}
|
|
|
label: ${wlyy.spring.config.label:jwdev}
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwtest
|
|
|
cloud:
|
|
|
config:
|
|
|
discovery:
|
|
|
enabled: true
|
|
|
service-id: svr-configuration
|
|
|
|
|
|
eureka:
|
|
|
client:
|
|
|
serviceUrl:
|
|
|
defaultZone: http://jw:jkzl@172.26.0.107:8761/eureka/
|
|
|
instance:
|
|
|
prefer-ip-address: false
|
|
|
instance-id: ${spring.cloud.client.ipAddress}:${server.port}
|
|
|
|
|
|
uri: ${wlyy.spring.config.uri:http://172.26.0.107:1221}
|
|
|
label: ${wlyy.spring.config.label:jwdev}
|
|
|
---
|
|
|
spring:
|
|
|
profiles: jwprod
|
|
|
cloud:
|
|
|
config:
|
|
|
discovery:
|
|
|
enabled: true
|
|
|
service-id: svr-configuration
|
|
|
|
|
|
eureka:
|
|
|
client:
|
|
|
serviceUrl:
|
|
|
defaultZone: http://jw:jkzl@172.26.0.107:8761/eureka/
|
|
|
instance:
|
|
|
prefer-ip-address: false
|
|
|
instance-id: ${spring.cloud.client.ipAddress}:${server.port}
|
|
|
uri: ${wlyy.spring.config.uri:http://192.0.33.26:1221}
|
|
|
label: ${wlyy.spring.config.label:master}
|