[NO-ISSUE] change config server path
This commit is contained in:
BIN
processor-1.0.1.jar
Normal file
BIN
processor-1.0.1.jar
Normal file
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"
|
||||||
|
|||||||
BIN
receiver-1.0.1.jar
Normal file
BIN
receiver-1.0.1.jar
Normal file
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"
|
||||||
BIN
sender-1.0.1.jar
Normal file
BIN
sender-1.0.1.jar
Normal file
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user