fix: correct gateway URL in application-dev.properties for all tools
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Render 클라우드 환경 전용 설정
|
||||
# Render ?渠𦉘?圉<> ?瞘祭 ?<3F>鹻 ?木<>
|
||||
server.port=${PORT:8082}
|
||||
axhub.gateway.url=https://dap-gateway.onrender.com
|
||||
axhub.gateway.url=https://axhub-gateway.onrender.com
|
||||
axhub.tool.url=https://dap-tool-sms.onrender.com
|
||||
|
||||
# EIMS 동적 라우팅 접속 정보 (Mock)
|
||||
# EIMS ?軤<> ?潰黱???𡢾<> ?瑅陷 (Mock)
|
||||
eims.http.url=http://localhost:${server.port}/api/gateway
|
||||
eims.tcp.host=127.0.0.1
|
||||
eims.tcp.port=8090
|
||||
@@ -13,7 +13,7 @@ eims.jsp.json.url=http://localhost:${server.port}/mock/jsp-json
|
||||
eims.mci.url=http://localhost:${server.port}/api/mock/esb/api
|
||||
eims.mcistring.url=http://localhost:${server.port}/api/mock/esb/string
|
||||
|
||||
# --- 신한라이프 EAI/MCI 연계 IP 정보 (개발 환경) ---
|
||||
# --- ?𡥄<>?潰𦚯??EAI/MCI ?國<> IP ?瑅陷 (穈嶅<E7A988> ?瞘祭) ---
|
||||
shinhan.integration.envrTypeCd=D
|
||||
shinhan.integration.eai.url=http://10.176.32.181
|
||||
shinhan.integration.internalMci.url=http://10.176.32.173
|
||||
|
||||
Reference in New Issue
Block a user