fix: dev 프로필에서 eims 관련 placeholder 누락 해결

This commit is contained in:
jade
2026-07-15 13:53:38 +09:00
parent a0b5bb464f
commit 05388566ba
2 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
# Render 클라우드 환경 전용 설정
axhub.gateway.url=https://axhub-gateway.onrender.com
axhub.tool.url=https://axhub-tool-other.onrender.com
# EIMS 동적 라우팅 접속 정보 (Mock)
eims.http.url=http://localhost:${server.port}/api/gateway
eims.tcp.host=127.0.0.1
eims.tcp.port=8090
eims.tcp.timeout=5000
eims.jsp.form.url=http://localhost:${server.port}/mock/jsp-form
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