diff --git a/k8s/configmap.yaml b/k8s/configmap.yaml index a2d3536a..f35b6f0f 100644 --- a/k8s/configmap.yaml +++ b/k8s/configmap.yaml @@ -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"