# Flask Configuration FLASK_CONFIG=production # Security Keys (MUST change in production!) SECRET_KEY=your-super-secret-key-change-this JWT_SECRET_KEY=your-jwt-secret-key-change-this # PostgreSQL Database URL # Format: postgresql://username:password@host:port/database DATABASE_URL=postgresql://postgres:password@localhost:5432/work_statistics # Optional: CORS origins (comma-separated) # CORS_ORIGINS=https://yourdomain.com