application 업데이트

This commit is contained in:
jade
2026-07-31 14:59:00 +09:00
parent 58234b1c59
commit 2bc896a130
5 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
# Glow 개발 환경 확장 설정
spring:
config:
activate:
on-profile: dev

View File

@@ -0,0 +1,5 @@
# Glow 로컬 환경 확장 설정
spring:
config:
activate:
on-profile: local

View File

@@ -0,0 +1,5 @@
# Glow 운영 환경 확장 설정
spring:
config:
activate:
on-profile: prod

View File

@@ -0,0 +1,5 @@
# Glow 테스트 환경 확장 설정
spring:
config:
activate:
on-profile: test

View File

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