From f8f17e7ea729d1af5441588907f2ad53b1434c91 Mon Sep 17 00:00:00 2001 From: jade Date: Wed, 15 Jul 2026 15:13:25 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Render=20=EB=8F=99=EC=A0=81=20=ED=8F=AC?= =?UTF-8?q?=ED=8A=B8=20=ED=95=A0=EB=8B=B9=EC=9D=84=20=EC=A7=80=EC=9B=90?= =?UTF-8?q?=ED=95=98=EB=8F=84=EB=A1=9D=20server.port=20=EC=86=8D=EC=84=B1?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- axhub-tool-email/src/main/resources/application-dev.properties | 1 + axhub-tool-other/src/main/resources/application-dev.properties | 1 + axhub-tool-payment/src/main/resources/application-dev.properties | 1 + axhub-tool-sms/src/main/resources/application-dev.properties | 1 + 4 files changed, 4 insertions(+) diff --git a/axhub-tool-email/src/main/resources/application-dev.properties b/axhub-tool-email/src/main/resources/application-dev.properties index 35c4a94..3d24cd8 100644 --- a/axhub-tool-email/src/main/resources/application-dev.properties +++ b/axhub-tool-email/src/main/resources/application-dev.properties @@ -1,4 +1,5 @@ # Render 클라우드 환경 전용 설정 +server.port=${PORT:8083} axhub.gateway.url=https://axhub-gateway.onrender.com axhub.tool.url=https://axhub-tool-email.onrender.com diff --git a/axhub-tool-other/src/main/resources/application-dev.properties b/axhub-tool-other/src/main/resources/application-dev.properties index e2a037c..3762854 100644 --- a/axhub-tool-other/src/main/resources/application-dev.properties +++ b/axhub-tool-other/src/main/resources/application-dev.properties @@ -1,4 +1,5 @@ # Render 클라우드 환경 전용 설정 +server.port=${PORT:8084} axhub.gateway.url=https://axhub-gateway.onrender.com axhub.tool.url=https://axhub-tool-other.onrender.com diff --git a/axhub-tool-payment/src/main/resources/application-dev.properties b/axhub-tool-payment/src/main/resources/application-dev.properties index 397f01c..54a7e51 100644 --- a/axhub-tool-payment/src/main/resources/application-dev.properties +++ b/axhub-tool-payment/src/main/resources/application-dev.properties @@ -1,4 +1,5 @@ # Render 클라우드 환경 전용 설정 +server.port=${PORT:8085} axhub.gateway.url=https://axhub-gateway.onrender.com axhub.tool.url=https://axhub-tool-payment.onrender.com diff --git a/axhub-tool-sms/src/main/resources/application-dev.properties b/axhub-tool-sms/src/main/resources/application-dev.properties index 5c04386..194c599 100644 --- a/axhub-tool-sms/src/main/resources/application-dev.properties +++ b/axhub-tool-sms/src/main/resources/application-dev.properties @@ -1,4 +1,5 @@ # Render 클라우드 환경 전용 설정 +server.port=${PORT:8082} axhub.gateway.url=https://axhub-gateway.onrender.com axhub.tool.url=https://axhub-tool-sms.onrender.com