# Database Configuration DATABASE_HOST=localhost DATABASE_USERNAME=postgres DATABASE_PASSWORD=postgres # Rails Configuration RAILS_ENV=development RAILS_MAX_THREADS=5 # Production secrets (set these in production) # SECRET_KEY_BASE= # DATABASE_PASSWORD= # Optional: Email Configuration (for production) # SMTP_ADDRESS= # SMTP_PORT= # SMTP_USERNAME= # SMTP_PASSWORD= # IGDB API Credentials (Backend only - DO NOT expose to frontend) # Get credentials from: https://api-docs.igdb.com/#account-creation # Register app at: https://dev.twitch.tv/console/apps IGDB_CLIENT_ID=your_client_id_here IGDB_CLIENT_SECRET=your_client_secret_here