[NO-ISSUE] change config server path
This commit is contained in:
parent
541490d9ac
commit
0524a18ee5
Binary file not shown.
|
@ -3,4 +3,4 @@ spring:
|
||||||
activate:
|
activate:
|
||||||
on-profile: production
|
on-profile: production
|
||||||
import:
|
import:
|
||||||
- "configserver:http://ppn_config_server:20080"
|
- "configserver:http://ppn-config-server:20080"
|
||||||
|
|
Binary file not shown.
|
@ -4,4 +4,4 @@ spring:
|
||||||
on-profile: production
|
on-profile: production
|
||||||
import:
|
import:
|
||||||
- classpath:/production/webclient.yml
|
- classpath:/production/webclient.yml
|
||||||
- "configserver:http://ppn_config_server:20080"
|
- "configserver:http://ppn-config-server:20080"
|
Binary file not shown.
|
@ -3,4 +3,4 @@ spring:
|
||||||
activate:
|
activate:
|
||||||
on-profile: production
|
on-profile: production
|
||||||
import:
|
import:
|
||||||
- "configserver:http://ppn_config_server:20080"
|
- "configserver:http://ppn-config-server:20080"
|
||||||
|
|
Loading…
Reference in New Issue