chore: enable DB synchronize for auto-creating new archive tables on first deploy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user