From 145ca90ed11ac48d4da7ca4cd9983dd722e85e99 Mon Sep 17 00:00:00 2001 From: jade Date: Wed, 15 Jul 2026 13:55:30 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20email,=20payment=20=ED=94=84=EB=A1=9C?= =?UTF-8?q?=EC=A0=9D=ED=8A=B8=EC=97=90=EB=8F=84=20dev=20=ED=94=84=EB=A1=9C?= =?UTF-8?q?=ED=95=84=20=ED=99=98=EA=B2=BD=20=EC=84=A4=EC=A0=95=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.properties | 13 +++++++++++++ .../src/main/resources/application-dev.properties | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 axhub-tool-email/src/main/resources/application-dev.properties create mode 100644 axhub-tool-payment/src/main/resources/application-dev.properties diff --git a/axhub-tool-email/src/main/resources/application-dev.properties b/axhub-tool-email/src/main/resources/application-dev.properties new file mode 100644 index 0000000..35c4a94 --- /dev/null +++ b/axhub-tool-email/src/main/resources/application-dev.properties @@ -0,0 +1,13 @@ +# Render 클라우드 환경 전용 설정 +axhub.gateway.url=https://axhub-gateway.onrender.com +axhub.tool.url=https://axhub-tool-email.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 diff --git a/axhub-tool-payment/src/main/resources/application-dev.properties b/axhub-tool-payment/src/main/resources/application-dev.properties new file mode 100644 index 0000000..397f01c --- /dev/null +++ b/axhub-tool-payment/src/main/resources/application-dev.properties @@ -0,0 +1,13 @@ +# Render 클라우드 환경 전용 설정 +axhub.gateway.url=https://axhub-gateway.onrender.com +axhub.tool.url=https://axhub-tool-payment.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