[NO-ISSUE] change config server path

This commit is contained in:
woo-jin.shin 2021-11-22 02:25:15 +09:00
parent 541490d9ac
commit 0524a18ee5
6 changed files with 3 additions and 3 deletions

BIN
processor-1.0.1.jar Normal file

Binary file not shown.

View File

@ -3,4 +3,4 @@ spring:
activate:
on-profile: production
import:
- "configserver:http://ppn_config_server:20080"
- "configserver:http://ppn-config-server:20080"

BIN
receiver-1.0.1.jar Normal file

Binary file not shown.

View File

@ -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"

BIN
sender-1.0.1.jar Normal file

Binary file not shown.

View File

@ -3,4 +3,4 @@ spring:
activate:
on-profile: production
import:
- "configserver:http://ppn_config_server:20080"
- "configserver:http://ppn-config-server:20080"