chore(docker): point invyone backend at test_dev instead of vexplor_dev
User confirmed test_dev is the correct database for invyone (the old TEST-VEX project), matching what the previous mac compose was using. Same host (211.115.91.141:11134), same credentials, just a different database name. Verified end-to-end: real login (POST /api/auth/login from the browser path) returns 200 with a valid JWT, meaning the full chain browser → next dev rewrites → backend-spring → HikariCP → test_dev works and the user table lookup + password check both pass. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -28,8 +28,8 @@ services:
|
||||
environment:
|
||||
SPRING_PROFILES_ACTIVE: dev
|
||||
SERVER_PORT: 8081
|
||||
# vexplor_dev DB (211.115.91.141:11134)
|
||||
SPRING_DATASOURCE_URL: jdbc:postgresql://211.115.91.141:11134/vexplor_dev
|
||||
# test_dev DB (211.115.91.141:11134)
|
||||
SPRING_DATASOURCE_URL: jdbc:postgresql://211.115.91.141:11134/test_dev
|
||||
SPRING_DATASOURCE_USERNAME: postgres
|
||||
SPRING_DATASOURCE_PASSWORD: vexplor0909!!
|
||||
JWT_SECRET: ilshin-plm-super-secret-jwt-key-2024
|
||||
|
||||
Reference in New Issue
Block a user