# Database Configuration DB_PASSWORD=changeme_in_production # SMTP Configuration (for email alerts) SMTP_HOST=smtp.gmail.com SMTP_PORT=587 SMTP_USER=your-email@example.com SMTP_PASSWORD=your-app-password # Admin Email (receives all alerts) ADMIN_EMAIL=admin@example.com # Security SECRET_KEY=change-this-secret-key-in-production-use-long-random-string # Environment ENVIRONMENT=development # Server Configuration PORT=8080 HOST=0.0.0.0