FIRST TIME SETUP REQUIRED
To enable Discord login, configure your Discord Application credentials in .env:
DISCORD_CLIENT_ID=your_client_id
DISCORD_CLIENT_SECRET=your_client_secret
DISCORD_REDIRECT_URI=http://localhost:3000/auth/discord/callback
ADMIN_USER_IDS=your_discord_user_id
Then restart the application.