-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
24 lines (18 loc) · 1.09 KB
/
.env.example
File metadata and controls
24 lines (18 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
CURSOR_ADMIN_API_KEY=key_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
SLACK_BOT_TOKEN=xoxb-your-bot-token
SLACK_CHANNEL_ID=C0123456789
DASHBOARD_URL=http://localhost:3000
RESEND_API_KEY=
RESEND_FROM=Cursor Tracker <alerts@resend.dev>
ALERT_EMAIL_TO=team-lead@yourcompany.com
CRON_SECRET=your-secret-for-cron-endpoint
# Authentication (optional - dashboard is open when these are not set)
# Setting AUTH_SECRET enables Google OAuth sign-in
AUTH_SECRET= # openssl rand -base64 32
AUTH_GOOGLE_ID= # Google OAuth client ID
AUTH_GOOGLE_SECRET= # Google OAuth client secret
AUTH_ALLOWED_DOMAIN= # e.g. yourcompany.com (only this domain can sign in)
AUTH_ALLOWED_EMAILS= # comma-separated allowlist, e.g. admin@example.com,viewer@example.com
AUTH_TRUST_HOST=true # required when behind a reverse proxy (Fly.io, Vercel, etc.)
AUTH_URL= # public URL, e.g. https://your-app.fly.dev (auto-detected locally)
ELEVENLABS_API_KEY=