PORT=3030
JWT_SECRET=change-me

# 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
