[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:
|
||||
on-profile: production
|
||||
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
|
||||
import:
|
||||
- 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:
|
||||
on-profile: production
|
||||
import:
|
||||
- "configserver:http://ppn_config_server:20080"
|
||||
- "configserver:http://ppn-config-server:20080"
|
||||
|
|
Loading…
Reference in New Issue