# Environment Configuration for Production NODE_ENV=production # Gmail SMTP Configuration GMAIL_USER=your-gmail-username@gmail.com GMAIL_PASS=your-app-specific-password # Redis Configuration (Upstash) REDIS_URL=redis://your-redis-url REDIS_TOKEN=your-redis-token # API Configuration API_URL=http://localhost:804