config: centralize Glow MCI settings
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m15s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m15s
This commit is contained in:
@@ -29,14 +29,14 @@ glow:
|
|||||||
http: # HTTP 비표준 통신 설정
|
http: # HTTP 비표준 통신 설정
|
||||||
connection-timeout: 5 # 연결 타임아웃 시간 (초 단위)
|
connection-timeout: 5 # 연결 타임아웃 시간 (초 단위)
|
||||||
read-timeout: 5 # 읽기 타임아웃 시간 (초 단위)
|
read-timeout: 5 # 읽기 타임아웃 시간 (초 단위)
|
||||||
mci: # 대내MCI 통신 설정
|
mci: # 개발계 대내 MCI 통신 설정
|
||||||
host: http://host.docker.internal # 대내MCI 호스트 주소
|
host: https://dev-ichmci.shinhanlife.co.kr
|
||||||
port: 8080 # 대내MCI 포트 번호
|
port: 26160
|
||||||
uri: /mciSend # 대내MCI URI 정보
|
uri: /ntl_mci/clc_rcv
|
||||||
receive-uri: /app/mciReceive # 대내MCI 수신 URI
|
receive-uri: /itrf/mciReceive
|
||||||
connection-timeout: 5 # 연결 타임아웃 시간 (초 단위)
|
connection-timeout: 300
|
||||||
read-timeout: 30 # 읽기 타임아웃 시간 (초 단위)
|
read-timeout: 300
|
||||||
encoding: UTF-8 # 대내MCI 인코딩 정보
|
encoding: UTF-8
|
||||||
extmci: # 대외MCI 통신 설정
|
extmci: # 대외MCI 통신 설정
|
||||||
host: http://host.docker.internal # 대외MCI 호스트 주소
|
host: http://host.docker.internal # 대외MCI 호스트 주소
|
||||||
port: 8080 # 대외MCI 포트 번호
|
port: 8080 # 대외MCI 포트 번호
|
||||||
@@ -23,14 +23,6 @@ eims:
|
|||||||
mcistring:
|
mcistring:
|
||||||
url: http://localhost:${server.port}/api/mock/esb/string
|
url: http://localhost:${server.port}/api/mock/esb/string
|
||||||
|
|
||||||
shinhan:
|
spring:
|
||||||
integration:
|
config:
|
||||||
envrTypeCd: D
|
import: optional:classpath:glow/application-glow.yml
|
||||||
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
|
|
||||||
|
|||||||
@@ -23,14 +23,6 @@ eims:
|
|||||||
mcistring:
|
mcistring:
|
||||||
url: http://localhost:${server.port}/api/mock/esb/string
|
url: http://localhost:${server.port}/api/mock/esb/string
|
||||||
|
|
||||||
shinhan:
|
spring:
|
||||||
integration:
|
config:
|
||||||
envrTypeCd: D
|
import: optional:classpath:glow/application-glow.yml
|
||||||
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user