File size: 265 Bytes
72b9a21 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # 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
|