.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
SUPABASE_URL
Required for all environments
SUPABASE_ANON_KEY
secret
SUPABASE_SERVICE_ROLE_KEY
secret
SUPABASE_PROJECT_REF
Optional: Supabase DB (for running migrations via Supabase CLI)
SUPABASE_DB_PASSWORD
secret
SUPABASE_DB_URL
secret
Example (non-encoded): postgresql://postgres:<PASSWORD>@db.<PROJECT_REF>.supabase.co:5432/postgres
NEXT_PUBLIC_ENABLE_VERCEL_ANALYTICS
Optional: Vercel Web Analytics (prevents console noise when disabled)
SKIP_ENV_VALIDATION
Optional: For build time validation (set to true to skip)