All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m1s
11 lines
527 B
Plaintext
11 lines
527 B
Plaintext
VITE_SUPABASE_URL=https://your-project.supabase.co
|
|
VITE_SUPABASE_ANON_KEY=your-anon-key
|
|
|
|
# Für Migrations: Datenbankpasswort aus Supabase → Project Settings → Database → Database password
|
|
SUPABASE_DB_PASSWORD=your-db-password
|
|
# Alternativ: volle Postgres-URL (überschreibt SUPABASE_DB_PASSWORD)
|
|
# SUPABASE_DB_URL=postgresql://postgres:password@db.your-project.supabase.co:5432/postgres
|
|
RESEND_API_KEY=your-resend-api-key
|
|
REMINDER_FROM_EMAIL=PAT Stats <noreply@example.com>
|
|
REMINDER_APP_URL=https://your-app.example.com
|