# MongoDB MONGODB_URI=mongodb://localhost:27017/resekai # Discord OAuth2 DISCORD_CLIENT_ID=your_discord_client_id DISCORD_CLIENT_SECRET=your_discord_client_secret DISCORD_REDIRECT_URI=http://localhost:3001/auth/discord/callback # Session SESSION_SECRET=your_super_secret_session_key # Frontend URL FRONTEND_URL=http://localhost:5174 # Server PORT=3001 NODE_ENV=development # 'production' for secure cookies and strict checks # DeepSeek API (for story generation) DEEPSEEK_API_KEY=your_deepseek_api_key # GeminiGen API (for image generation) GEMINIGEN_API_KEY=your_geminigen_api_key