diff --git a/dap-tool-core/src/main/resources/glow/application-glow-dev.yml b/dap-tool-core/src/main/resources/glow/application-glow-dev.yml new file mode 100644 index 00000000..693b2abf --- /dev/null +++ b/dap-tool-core/src/main/resources/glow/application-glow-dev.yml @@ -0,0 +1,5 @@ +# Glow 개발 환경 확장 설정 +spring: + config: + activate: + on-profile: dev \ No newline at end of file diff --git a/dap-tool-core/src/main/resources/glow/application-glow-local.yml b/dap-tool-core/src/main/resources/glow/application-glow-local.yml new file mode 100644 index 00000000..5db7f933 --- /dev/null +++ b/dap-tool-core/src/main/resources/glow/application-glow-local.yml @@ -0,0 +1,5 @@ +# Glow 로컬 환경 확장 설정 +spring: + config: + activate: + on-profile: local \ No newline at end of file diff --git a/dap-tool-core/src/main/resources/glow/application-glow-prod.yml b/dap-tool-core/src/main/resources/glow/application-glow-prod.yml new file mode 100644 index 00000000..68ddaf64 --- /dev/null +++ b/dap-tool-core/src/main/resources/glow/application-glow-prod.yml @@ -0,0 +1,5 @@ +# Glow 운영 환경 확장 설정 +spring: + config: + activate: + on-profile: prod \ No newline at end of file diff --git a/dap-tool-core/src/main/resources/glow/application-glow-test.yml b/dap-tool-core/src/main/resources/glow/application-glow-test.yml new file mode 100644 index 00000000..c0e70f0f --- /dev/null +++ b/dap-tool-core/src/main/resources/glow/application-glow-test.yml @@ -0,0 +1,5 @@ +# Glow 테스트 환경 확장 설정 +spring: + config: + activate: + on-profile: test \ No newline at end of file diff --git a/dap-tool-core/src/main/resources/glow/application-glow.yml b/dap-tool-core/src/main/resources/glow/application-glow.yml index 54486843..508f46c3 100644 --- a/dap-tool-core/src/main/resources/glow/application-glow.yml +++ b/dap-tool-core/src/main/resources/glow/application-glow.yml @@ -32,7 +32,7 @@ glow: mci: # 개발계 대내 MCI 통신 설정 host: https://dev-ichmci.shinhanlife.co.kr port: 26160 - uri: /ntl_mci/clc_rcv + uri: /ntl_mci/dap_rcv receive-uri: /itrf/mciReceive connection-timeout: 300 read-timeout: 300