Files
ax_hub_mcp_tool/dap-gateway/src/main/resources/application-dev.properties

20 lines
933 B
Properties

# Dev 환경 전용 설정 (개발 서버 DB 연결 정보 등)
# spring.datasource.url=jdbc:oracle:thin:@//dev-db-host:1521/XEPDB1
# spring.datasource.driverClassName=oracle.jdbc.OracleDriver
# spring.datasource.username=dev_user
# spring.datasource.password=dev_password
# OCI (Oracle Cloud) 개발 환경 라우팅
mcp.gateway.fallback.routes.sms=http://144.24.70.100:8282
mcp.gateway.fallback.routes.email=http://144.24.70.100:8283
mcp.gateway.fallback.default-url=http://144.24.70.100:8284
mcp.gateway.fallback.routes.payment=http://144.24.70.100:8285
mcp.gateway.fallback.routes.hr=http://144.24.70.100:8284
# --- 신한라이프 EAI/MCI 연계 IP 정보 (개발 환경) ---
shinhan.integration.envrTypeCd=D
shinhan.integration.eai.url=http://10.176.32.181
shinhan.integration.internalMci.url=http://10.176.32.173
shinhan.integration.bancaMci.url=http://10.176.32.117
shinhan.integration.externalMci.url=http://10.176.32.176