chore: migrate environment endpoints from render to OCI

This commit is contained in:
jade
2026-07-22 13:35:01 +09:00
parent 6968c7dfb7
commit 8e6682d089
6 changed files with 17 additions and 17 deletions

View File

@@ -4,12 +4,12 @@
# 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
# OCI (Oracle Cloud) 개발 환경 라우팅
mcp.gateway.fallback.routes.sms=http://144.24.70.100:8282
mcp.gateway.fallback.routes.email=http://144.24.70.100:8283
mcp.gateway.fallback.default-url=http://144.24.70.100:8284
mcp.gateway.fallback.routes.payment=http://144.24.70.100:8285
mcp.gateway.fallback.routes.hr=http://144.24.70.100:8284
# --- 신한라이프 EAI/MCI 연계 IP 정보 (개발 환경) ---
shinhan.integration.envrTypeCd=D

View File

@@ -174,9 +174,9 @@ public class PodScaffolder {
Files.writeString(resPath.resolve("application-local.properties"), applicationLocalProperties);
String applicationDevProperties = """
# Render 클라우드 환경 전용 설정
axhub.gateway.url=https://axhub-gateway.onrender.com
axhub.tool.url=https://%s.onrender.com
# OCI 클라우드 환경 전용 설정
axhub.gateway.url=https://axhubmcp.devjun.net
axhub.tool.url=http://144.24.70.100:${PORT:8080}
# EIMS 동적 라우팅 접속 정보 (Mock)
eims.http.url=http://localhost:${server.port}/api/gateway

View File

@@ -1,7 +1,7 @@
# Render ?\uFFFD\uB77C?\uFFFD\uB4DC ?\uFFFD\uACBD ?\uFFFD\uC6A9 ?\uFFFD\uC815
server.port=${PORT:8083}
axhub.gateway.url=https://axhub-gateway.onrender.com
axhub.tool.url=https://axhub-tool-sms.onrender.com
axhub.gateway.url=https://axhubmcp.devjun.net
axhub.tool.url=http://144.24.70.100:8283
# EIMS ?\uFFFD\uC801 ?\uFFFD\uC6B0???\uFFFD\uC18D ?\uFFFD\uBCF4 (Mock)
eims.http.url=http://localhost:${server.port}/api/gateway

View File

@@ -1,7 +1,7 @@
# Render ?\uFFFD\uB77C?\uFFFD\uB4DC ?\uFFFD\uACBD ?\uFFFD\uC6A9 ?\uFFFD\uC815
server.port=${PORT:8084}
axhub.gateway.url=https://axhub-gateway.onrender.com
axhub.tool.url=https://axhub-tool-other.onrender.com
axhub.gateway.url=https://axhubmcp.devjun.net
axhub.tool.url=http://144.24.70.100:8284
# EIMS ?\uFFFD\uC801 ?\uFFFD\uC6B0???\uFFFD\uC18D ?\uFFFD\uBCF4 (Mock)
eims.http.url=http://localhost:${server.port}/api/gateway

View File

@@ -1,7 +1,7 @@
# Render ?\uFFFD\uB77C?\uFFFD\uB4DC ?\uFFFD\uACBD ?\uFFFD\uC6A9 ?\uFFFD\uC815
server.port=${PORT:8085}
axhub.gateway.url=https://axhub-gateway.onrender.com
axhub.tool.url=https://axhub-tool-payment.onrender.com
axhub.gateway.url=https://axhubmcp.devjun.net
axhub.tool.url=http://144.24.70.100:8285
# EIMS ?\uFFFD\uC801 ?\uFFFD\uC6B0???\uFFFD\uC18D ?\uFFFD\uBCF4 (Mock)
eims.http.url=http://localhost:${server.port}/api/gateway

View File

@@ -1,7 +1,7 @@
# Render ?\uFFFD\uB77C?\uFFFD\uB4DC ?\uFFFD\uACBD ?\uFFFD\uC6A9 ?\uFFFD\uC815
server.port=${PORT:8082}
axhub.gateway.url=https://axhub-gateway.onrender.com
axhub.tool.url=https://axhub-tool-sms.onrender.com
axhub.gateway.url=https://axhubmcp.devjun.net
axhub.tool.url=http://144.24.70.100:8282
# EIMS ?\uFFFD\uC801 ?\uFFFD\uC6B0???\uFFFD\uC18D ?\uFFFD\uBCF4 (Mock)
eims.http.url=http://localhost:${server.port}/api/gateway