Initial commit
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
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