Spaces:
Paused
Paused
File size: 373 Bytes
d22875e | 1 2 3 4 5 6 7 8 9 10 11 | # 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!
|