From a0b5bb464fcd544c7d4adc7b3b3b0e1e0da2f80b Mon Sep 17 00:00:00 2001 From: jade Date: Wed, 15 Jul 2026 13:43:45 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20Render=20=EC=A0=84=EC=9A=A9=20dev=20?= =?UTF-8?q?=ED=99=98=EA=B2=BD=20=ED=94=84=EB=A1=9C=ED=95=84=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=ED=8C=8C=EC=9D=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.properties | 7 +++++++ .../src/main/resources/application-dev.properties | 3 +++ .../src/main/resources/application-dev.properties | 3 +++ 3 files changed, 13 insertions(+) create mode 100644 axhub-tool-other/src/main/resources/application-dev.properties create mode 100644 axhub-tool-sms/src/main/resources/application-dev.properties diff --git a/axhub-gateway/src/main/resources/application-dev.properties b/axhub-gateway/src/main/resources/application-dev.properties index 161821b..26ad9a1 100644 --- a/axhub-gateway/src/main/resources/application-dev.properties +++ b/axhub-gateway/src/main/resources/application-dev.properties @@ -3,3 +3,10 @@ # spring.datasource.driverClassName=oracle.jdbc.OracleDriver # spring.datasource.username=dev_user # spring.datasource.password=dev_password + +# Render 클라우드 환경 전용 Fallback 라우팅 +mcp.gateway.fallback.routes.sms=https://axhub-tool-sms.onrender.com +mcp.gateway.fallback.routes.email=https://axhub-tool-email.onrender.com +mcp.gateway.fallback.default-url=https://axhub-tool-other.onrender.com +mcp.gateway.fallback.routes.payment=https://axhub-tool-payment.onrender.com +mcp.gateway.fallback.routes.hr=https://axhub-tool-hr.onrender.com diff --git a/axhub-tool-other/src/main/resources/application-dev.properties b/axhub-tool-other/src/main/resources/application-dev.properties new file mode 100644 index 0000000..0b49c51 --- /dev/null +++ b/axhub-tool-other/src/main/resources/application-dev.properties @@ -0,0 +1,3 @@ +# Render 클라우드 환경 전용 설정 +axhub.gateway.url=https://axhub-gateway.onrender.com +axhub.tool.url=https://axhub-tool-other.onrender.com diff --git a/axhub-tool-sms/src/main/resources/application-dev.properties b/axhub-tool-sms/src/main/resources/application-dev.properties new file mode 100644 index 0000000..ae190f4 --- /dev/null +++ b/axhub-tool-sms/src/main/resources/application-dev.properties @@ -0,0 +1,3 @@ +# Render 클라우드 환경 전용 설정 +axhub.gateway.url=https://axhub-gateway.onrender.com +axhub.tool.url=https://axhub-tool-sms.onrender.com