-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
23 lines (22 loc) · 930 Bytes
/
.env.example
File metadata and controls
23 lines (22 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Vercel Supabase integration
POSTGRES_PRISMA_URL=your-postgres-prisma-url
SUPABASE_JWT_SECRET=your-supabase-jwt-secret
NEXT_PUBLIC_SUPABASE_URL=your-project-url
POSTGRES_URL=your-postgres-url
POSTGRES_USER=your-postgres-user
POSTGRES_PASSWORD=your-postgres-password
POSTGRES_DATABASE=your-postgres-database
SUPABASE_SERVICE_ROLE_KEY=your-supabase-service-role-key
POSTGRES_HOST=your-postgres-host
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
# GitHub OAuth App settings
GITHUB_CLIENT_ID=your-github-client-id
GITHUB_CLIENT_SECRET=your-github-client-secret
# Eventbrite Integration
NEXT_PUBLIC_EVENTBRITE_PREEVENT_EVENT_ID=your-eventbrite-event-id
EVENTBRITE_PRIVATE_TOKEN=your-eventbrite-token
ADMIN_USERS=admin1,admin2,admin3
NEXT_PUBLIC_TEST_DATETIME=2025-02-15T11:20:00
# Submission cutoff times (Unix timestamps)
NEXT_PUBLIC_CHALLENGE_SUBMISSION_CUTOFF_UNIX=1676433600
NEXT_PUBLIC_HACKATHON_SUBMISSION_CUTOFF_UNIX=1676520000