forked from kimhyungsik/ax_hub_mcp_tool
fix: Render 동적 포트 할당을 지원하도록 server.port 속성 수정
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# Render 클라우드 환경 전용 설정
|
# Render 클라우드 환경 전용 설정
|
||||||
|
server.port=${PORT:8083}
|
||||||
axhub.gateway.url=https://axhub-gateway.onrender.com
|
axhub.gateway.url=https://axhub-gateway.onrender.com
|
||||||
axhub.tool.url=https://axhub-tool-email.onrender.com
|
axhub.tool.url=https://axhub-tool-email.onrender.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
# Render 클라우드 환경 전용 설정
|
# Render 클라우드 환경 전용 설정
|
||||||
|
server.port=${PORT:8084}
|
||||||
axhub.gateway.url=https://axhub-gateway.onrender.com
|
axhub.gateway.url=https://axhub-gateway.onrender.com
|
||||||
axhub.tool.url=https://axhub-tool-other.onrender.com
|
axhub.tool.url=https://axhub-tool-other.onrender.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
# Render 클라우드 환경 전용 설정
|
# Render 클라우드 환경 전용 설정
|
||||||
|
server.port=${PORT:8085}
|
||||||
axhub.gateway.url=https://axhub-gateway.onrender.com
|
axhub.gateway.url=https://axhub-gateway.onrender.com
|
||||||
axhub.tool.url=https://axhub-tool-payment.onrender.com
|
axhub.tool.url=https://axhub-tool-payment.onrender.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
# Render 클라우드 환경 전용 설정
|
# Render 클라우드 환경 전용 설정
|
||||||
|
server.port=${PORT:8082}
|
||||||
axhub.gateway.url=https://axhub-gateway.onrender.com
|
axhub.gateway.url=https://axhub-gateway.onrender.com
|
||||||
axhub.tool.url=https://axhub-tool-sms.onrender.com
|
axhub.tool.url=https://axhub-tool-sms.onrender.com
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user