fix: 최상위 build.gradle 파일에 잘못 병합되었던 프로퍼티 제거
This commit is contained in:
21
build.gradle
21
build.gradle
@@ -49,24 +49,3 @@ subprojects {
|
|||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# --- 신한라이프 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
|
|
||||||
|
|
||||||
# --- 신한라이프 EAI/MCI 연계 IP 정보 (테스트 환경) ---
|
|
||||||
shinhan.integration.envrTypeCd=T
|
|
||||||
shinhan.integration.eai.url=http://10.174.32.181
|
|
||||||
shinhan.integration.internalMci.url=http://10.174.32.173
|
|
||||||
shinhan.integration.bancaMci.url=http://10.174.32.117
|
|
||||||
shinhan.integration.externalMci.url=http://10.176.32.177
|
|
||||||
|
|
||||||
# --- 신한라이프 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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user