chore: enable DB synchronize for auto-creating new archive tables on first deploy

This commit is contained in:
2026-07-06 16:05:38 +08:00
parent c81b0a0b5c
commit 4020f79896

View File

@@ -33,7 +33,7 @@ services:
DB_USERNAME: root
DB_PASSWORD: ${MYSQL_ROOT_PASSWORD:-gongxue_2024}
DB_DATABASE: gongxue
DB_SYNCHRONIZE: "false"
DB_SYNCHRONIZE: "true"
JWT_SECRET: ${JWT_SECRET:-gongxue-jwt-prod-2026-k3y}
JWT_EXPIRES_IN: 24h
PORT: 3000