[NO-ISSUE] change config server path
This commit is contained in:
parent
541490d9ac
commit
0524a18ee5
processor-1.0.1.jar
processor/src/main/resources
receiver-1.0.1.jarreceiver/src/main/resources
sender-1.0.1.jarsender/src/main/resources
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