chore: migrate environment endpoints from render to OCI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user