@ -1,5 +1,5 @@
server:
port: ${ag-admin.server.port}
port: 10000
info:
app:
@ -19,7 +19,7 @@ zuul:
serviceId: svr-dfs
svr-basic:
path: /basic/**
serviceId: svr-basic
serviceId: svr-basic-cws
svr-quota:
path: /quota/**
serviceId: svr-quota
@ -34,7 +34,7 @@ zuul:
serviceId: svr-standard
svr-authentication:
path: /authentication/**
serviceId: svr-authentication
serviceId: svr-authentication-cws
svr-health-profile:
path: /profile/**
serviceId: svr-health-profile
@ -11,7 +11,7 @@ spring:
profiles: dev
cloud:
config:
uri: ${spring.config.uri:http://172.19.103.73:1221}
uri: ${spring.config.uri:http://172.26.0.125:1221}
label: ${spring.config.label:dev}
---