Skip to content

Environment Variables

The following environment variables are required:

bash
# Supabase credentials
PUBLIC_SUPABASE_URL=<your_supabase_public_url>
SUPABASE_SERVICE_KEY=<your_supabase_service_key>
PUBLIC_SUPABASE_ANON_KEY=<your_supabase_anon_key>

# Stripe credentials for payments
STRIPE_SECRET_KEY_DEV=<your_stripe_secret_key_dev>
STRIPE_WEBHOOK_SECRET_DEV=<your_stripe_webhook_secret_dev>