-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
27 lines (20 loc) · 887 Bytes
/
env.example
File metadata and controls
27 lines (20 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Server Configuration
PORT=3001
# App Access Passcodes (set in Vercel → Environment Variables)
USER_PASSCODE=XXXX
ADMIN_PASSCODE=XXXX
# Cron Job Security (optional but recommended for production)
# Set this to a random secret string in Vercel → Environment Variables
# If not set, the cron endpoint will trust Vercel's x-vercel-cron header only
CRON_SECRET=your-random-secret-string-here
# Email Configuration (SendGrid)
# Create an API key at: https://app.sendgrid.com/settings/api_keys
SENDGRID_API_KEY=SG.your-api-key-here
# The verified sender email address in your SendGrid account
SENDGRID_FROM_EMAIL=your-verified-sender@example.com
# Legacy SMTP credentials (no longer used, kept for reference)
# EMAIL_USER=your-email@gmail.com
# EMAIL_PASS=your-app-password
# Group Settings
GROUP_ZOOM_LINK=https://zoom.us/j/your-meeting-id
SCHEDULE_REPORT_EMAIL=admin@example.com