Unit Tests
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m1s
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m1s
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
VITE_SUPABASE_URL=https://your-project.supabase.co
|
||||
VITE_SUPABASE_ANON_KEY=your-anon-key
|
||||
SUPABASE_DB_URL=postgresql://postgres:password@db.your-project.supabase.co:5432/postgres
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user