.env.local.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NEXT_PUBLIC_SUPABASE_URL
Update these with your Supabase details from your project settings > API
NEXT_PUBLIC_SUPABASE_ANON_KEY
secret
SUPABASE_SERVICE_ROLE_KEY
secret
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY
secret
Update these with your Stripe credentials from https://dashboard.stripe.com/apikeys
STRIPE_SECRET_KEY
secret
STRIPE_WEBHOOK_SECRET
secret