Files
ax_hub_mcp_tool/dap-gateway/src/main/resources/application-dev.yml
jade 8f1c64ac58
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 44s
refactor: apply Option B, remove heartbeat and register tools once on startup
2026-08-13 17:34:32 +09:00

35 lines
901 B
YAML

# Dev 환경 전용 설정 (개발 서버 DB 연결 정보 등)
# spring:
# datasource:
# url: jdbc:oracle:thin:@//dev-db-host:1521/XEPDB1
# driverClassName: oracle.jdbc.OracleDriver
# username: dev_user
# password: dev_password
# OCI (Oracle Cloud) 개발 환경 라우팅
mcp:
gateway:
fallback:
default-url: http://was-cus:8084
routes:
cus: http://was-cus:8084
sal: http://was-sal:8082
sms: http://was-sal:8082
oth: http://was-cus:8084
hr: http://was-cus:8084
pro: http://was-pro:8085
sys: http://was-sys:8086
# --- 신한라이프 EAI/MCI 연계 IP 정보 (개발 환경) ---
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