application 업데이트
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
# Glow 개발 환경 확장 설정
|
||||||
|
spring:
|
||||||
|
config:
|
||||||
|
activate:
|
||||||
|
on-profile: dev
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
# Glow 로컬 환경 확장 설정
|
||||||
|
spring:
|
||||||
|
config:
|
||||||
|
activate:
|
||||||
|
on-profile: local
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
# Glow 운영 환경 확장 설정
|
||||||
|
spring:
|
||||||
|
config:
|
||||||
|
activate:
|
||||||
|
on-profile: prod
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
# Glow 테스트 환경 확장 설정
|
||||||
|
spring:
|
||||||
|
config:
|
||||||
|
activate:
|
||||||
|
on-profile: test
|
||||||
@@ -32,7 +32,7 @@ glow:
|
|||||||
mci: # 개발계 대내 MCI 통신 설정
|
mci: # 개발계 대내 MCI 통신 설정
|
||||||
host: https://dev-ichmci.shinhanlife.co.kr
|
host: https://dev-ichmci.shinhanlife.co.kr
|
||||||
port: 26160
|
port: 26160
|
||||||
uri: /ntl_mci/clc_rcv
|
uri: /ntl_mci/dap_rcv
|
||||||
receive-uri: /itrf/mciReceive
|
receive-uri: /itrf/mciReceive
|
||||||
connection-timeout: 300
|
connection-timeout: 300
|
||||||
read-timeout: 300
|
read-timeout: 300
|
||||||
|
|||||||
Reference in New Issue
Block a user