Unit Tests
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m1s

This commit is contained in:
Ashikagi
2026-03-28 15:54:02 +01:00
parent 6b2d0024ed
commit 0acece98dc
8 changed files with 810 additions and 33 deletions

View File

@@ -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