PORT=3000 SESSION_SECRET=change-me-to-a-long-random-string # Email that, when registered, will be auto-promoted to admin (only works while no admin exists) ADMIN_BOOTSTRAP_EMAIL=admin@example.com DB_PATH=./tunes.db MEDIA_DIR=./media # ── Email verification ────────────────────────────────────────────────────── # Full URL of this app — used to build the /verify-email link in emails. APP_BASE_URL=http://localhost:3000 # SMTP credentials. Leave all SMTP_* vars blank to print the verify URL to the console (dev mode). SMTP_HOST=smtp.example.com SMTP_PORT=587 SMTP_SECURE=false SMTP_USER=your-smtp-username SMTP_PASS=your-smtp-password SMTP_FROM="Bri-Tunes"