13 lines
593 B
Properties
13 lines
593 B
Properties
# Prod 환경 전용 설정 (운영 서버 DB 연결 정보 등)
|
|
# spring.datasource.url=jdbc:oracle:thin:@//prod-db-host:1521/PROD
|
|
# spring.datasource.driverClassName=oracle.jdbc.OracleDriver
|
|
# spring.datasource.username=prod_user
|
|
# spring.datasource.password=prod_password
|
|
|
|
# --- 신한라이프 EAI/MCI 연계 IP 정보 (운영 환경) ---
|
|
shinhan.integration.envrTypeCd=R
|
|
shinhan.integration.eai.url=http://10.172.32.181
|
|
shinhan.integration.internalMci.url=http://10.172.32.173
|
|
shinhan.integration.bancaMci.url=http://10.172.32.117
|
|
shinhan.integration.externalMci.url=http://10.172.32.177
|