DB 연결정보를 서버 로컬 DB로 변경 (183.99.177.40:5432)
Build & Deploy to K8s / build-and-deploy (push) Successful in 6s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
chpark
2026-04-13 15:15:22 +09:00
parent 1eb13050dd
commit 4d39d70f1d
+2 -2
View File
@@ -6,13 +6,13 @@ metadata:
data:
SPRING_PROFILES_ACTIVE: "prod"
SERVER_PORT: "8081"
SPRING_DATASOURCE_URL: "jdbc:postgresql://211.115.91.141:11134/vexplor"
SPRING_DATASOURCE_URL: "jdbc:postgresql://183.99.177.40:5432/vexplor"
SPRING_DATASOURCE_USERNAME: "postgres"
JWT_EXPIRATION: "86400000"
FILE_UPLOAD_DIR: "./uploads"
NODE_ENV: "production"
NODE_PORT: "8080"
DATABASE_URL: "postgresql://postgres:vexplor0909!!@211.115.91.141:11134/vexplor"
DATABASE_URL: "postgresql://postgres:vexplor0909!!@183.99.177.40:5432/vexplor"
CORS_ORIGIN: "https://solution.invyone.com"
NEXT_PUBLIC_API_URL: "https://solution.invyone.com/api"
NEXT_TELEMETRY_DISABLED: "1"