# Backend Environment Variables # Production URL (for CORS in production) PRODUCTION_URL=https://yourdomain.com # Optional: Custom backend port (default: 3001) # PORT=3001 # Add your API keys and secrets here # OPENAI_API_KEY=your-api-key # SOME_SERVICE_KEY=your-key