| # Python API Configuration | |
| # Server Port | |
| PORT=5000 | |
| # Supabase Configuration (Required for auto-save predictions) | |
| SUPABASE_URL=https://xyddxrfiacdcnipdclas.supabase.co | |
| SUPABASE_ANON_KEY=your-anon-key-here | |
| # Optional: Production settings | |
| # WORKERS=2 | |
| # TIMEOUT=120 | |