-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (30 loc) · 1.19 KB
/
.env.example
File metadata and controls
38 lines (30 loc) · 1.19 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Database (reference only for later phases)
# DATABASE_URL=
# Vercel KV (optional – for production persistence on Vercel)
# Add a Redis/KV store in Vercel Dashboard → Storage → Create Database (e.g. Upstash KV).
# Vercel injects these automatically when the store is linked to your project:
# KV_REST_API_URL=
# KV_REST_API_TOKEN=
# Google auth
# NEXTAUTH_SECRET=
# NEXTAUTH_URL=https://relay-phi-green.vercel.app
# For local dev use: NEXTAUTH_URL=http://localhost:3000
# GOOGLE_CLIENT_ID=
# GOOGLE_CLIENT_SECRET=
# Security
# ENCRYPTION_KEY=
# OpenAI
# OPENAI_API_KEY=
# OPENAI_REASONING_MODEL=gpt-4o-mini
# OPENAI_HEAVY_REASONING_MODEL=gpt-4o-mini
# OPENAI_MEETING_SUMMARY_MODEL=gpt-4o-mini
# Optional: timezone for email times (e.g. "8 PM"). Defaults to America/Edmonton (Calgary). Set only if you want a different IANA zone.
# USER_TIMEZONE=America/Edmonton
# Recall.ai (webhook verification: RECALL_WEBHOOK_SECRET; transcript webhook URL uses NEXTAUTH_URL or RELAY_PUBLIC_URL)
# RECALL_API_KEY=
# RECALL_API_BASE_URL=https://us-west-2.recall.ai/api/v1
# RECALL_WEBHOOK_SECRET=
# Optional isolated meeting-agent prototype
# ANTHROPIC_API_KEY=
# Dev-only test auth bypass
# RELAY_DEV_AUTH_BYPASS=1