PORT=3030
JWT_SECRET=change-me
ADMIN_JWT_SECRET=change-me-admin
ADMIN_USERNAME=admin
ADMIN_PASSWORD=admin123

# MySQL settings for the production TypeORM layer.
# The current scaffold defines entities and API boundaries; repository persistence can be enabled when the database is ready.
DB_HOST=sh-cdb-kksiutuw.sql.tencentcdb.com
DB_PORT=22246
DB_USERNAME=root
DB_PASSWORD=zhxiao1124..
DB_DATABASE=onion_tiktok

# CORS settings
CORS_ORIGIN=http://localhost:5173,http://127.0.0.1:5173

DB_SYNCHRONIZE = true
