config: centralize Glow MCI settings
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m15s

This commit is contained in:
jade
2026-07-31 14:41:35 +09:00
parent 628925dce9
commit 541d6d1938
3 changed files with 14 additions and 30 deletions

View File

@@ -29,14 +29,14 @@ glow:
http: # HTTP 비표준 통신 설정
connection-timeout: 5 # 연결 타임아웃 시간 (초 단위)
read-timeout: 5 # 읽기 타임아웃 시간 (초 단위)
mci: # 대내MCI 통신 설정
host: http://host.docker.internal # 대내MCI 호스트 주소
port: 8080 # 대내MCI 포트 번호
uri: /mciSend # 대내MCI URI 정보
receive-uri: /app/mciReceive # 대내MCI 수신 URI
connection-timeout: 5 # 연결 타임아웃 시간 (초 단위)
read-timeout: 30 # 읽기 타임아웃 시간 (초 단위)
encoding: UTF-8 # 대내MCI 인코딩 정보
mci: # 개발계 대내 MCI 통신 설정
host: https://dev-ichmci.shinhanlife.co.kr
port: 26160
uri: /ntl_mci/clc_rcv
receive-uri: /itrf/mciReceive
connection-timeout: 300
read-timeout: 300
encoding: UTF-8
extmci: # 대외MCI 통신 설정
host: http://host.docker.internal # 대외MCI 호스트 주소
port: 8080 # 대외MCI 포트 번호

View File

@@ -23,14 +23,6 @@ eims:
mcistring:
url: http://localhost:${server.port}/api/mock/esb/string
shinhan:
integration:
envrTypeCd: D
eai:
url: http://10.176.32.181
internalMci:
url: http://10.176.32.173
bancaMci:
url: http://10.176.32.117
externalMci:
url: http://10.176.32.176
spring:
config:
import: optional:classpath:glow/application-glow.yml

View File

@@ -23,14 +23,6 @@ eims:
mcistring:
url: http://localhost:${server.port}/api/mock/esb/string
shinhan:
integration:
envrTypeCd: D
eai:
url: http://10.176.32.181
internalMci:
url: http://10.176.32.173
bancaMci:
url: http://10.176.32.117
externalMci:
url: http://10.176.32.176
spring:
config:
import: optional:classpath:glow/application-glow.yml