PORT=3000 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=127.0.0.1 DB_PORT=3306 DB_USERNAME=root DB_PASSWORD= DB_DATABASE=cth_tk_backend # CORS settings CORS_ORIGIN=http://localhost:5173,http://127.0.0.1:5173 DB_SYNCHRONIZE = true