refactor: 어플리케이션 업무코드(DAP) 전면 전환에 따른 패키지 및 모듈명 대규모 리팩토링
This commit is contained in:
19
dap-gateway/src/main/resources/application-dev.properties
Normal file
19
dap-gateway/src/main/resources/application-dev.properties
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
|
||||
# Render 클라우드 환경 전용 Fallback 라우팅
|
||||
mcp.gateway.fallback.routes.sms=https://dap-tool-sms.onrender.com
|
||||
mcp.gateway.fallback.routes.email=https://dap-tool-email.onrender.com
|
||||
mcp.gateway.fallback.default-url=https://dap-tool-other.onrender.com
|
||||
mcp.gateway.fallback.routes.payment=https://dap-tool-payment.onrender.com
|
||||
mcp.gateway.fallback.routes.hr=https://dap-tool-hr.onrender.com
|
||||
|
||||
# --- 신한라이프 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
|
||||
Reference in New Issue
Block a user