# Supabase Configuration # Required for the database and validation workers SUPABASE_URL="https://your-project.supabase.co" SUPABASE_PUBLISHABLE_KEY="your-public-key" SUPABASE_SECRET_KEY="your-private-secret-key" # IMPORTANT: # 1. On Hugging Face, go to Settings > Variables and Secrets # 2. Add these as 'Secrets' there. # 3. NEVER hardcode your real keys in your code!