-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (23 loc) · 895 Bytes
/
.env.example
File metadata and controls
30 lines (23 loc) · 895 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
28
29
30
# ===========================================
# REQUIRED VARIABLES
# ===========================================
# Generate a random secret: https://generate-secret.vercel.app/32
# Or run: openssl rand -base64 32
AUTH_SECRET=
# xAI API key (for direct Grok access)
# Get it from: https://console.x.ai
XAI_API_KEY=
# PostgreSQL Database URL
# For Docker setup (recommended): postgresql://chatbot:chatbot@localhost:5432/chatbot
# For Vercel/Neon: Get from https://vercel.com/docs/postgres
POSTGRES_URL=
# ===========================================
# OPTIONAL VARIABLES (not needed for dev)
# ===========================================
# Vercel AI Gateway API key (only if you prefer routing through the gateway)
# Get it from: https://vercel.com/ai-gateway
AI_GATEWAY_API_KEY=
# Vercel Blob storage (for file uploads)
# BLOB_READ_WRITE_TOKEN=
# Redis (for resumable streams)
# REDIS_URL=