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

@@ -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