# Server Configuration
PORT=3000
NODE_ENV=development

# Gmail Configuration
GMAIL_USER=support@veerelenterprises.com
GMAIL_APP_PASSWORD=owjd fuzo oxsw xlju

# Email Settings
RECIPIENT_EMAIL=support@veerelenterprises.com

# CORS Settings (comma-separated list of allowed origins)
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3001,http://127.0.0.1:3000

# Rate Limiting (optional)
RATE_LIMIT_WINDOW_MS=900000
RATE_LIMIT_MAX_REQUESTS=100
