-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
26 lines (21 loc) · 769 Bytes
/
env.example
File metadata and controls
26 lines (21 loc) · 769 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
# Database (choose one based on setup choice)
# For D1: Used by drizzle-kit for migrations
CF_ACCOUNT_ID=your-cloudflare-account-id
D1_DATABASE_ID=your-d1-database-id
CF_API_TOKEN=your-cloudflare-api-token
# For PlanetScale: Used by drizzle-kit for migrations
DATABASE_URL=mysql://user:pass@host/db
# Auth (required)
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
BETTER_AUTH_SECRET=generate-a-random-secret-at-least-32-chars
BETTER_AUTH_URL=http://localhost:8787
# Logging (optional)
AXIOM_TOKEN=your-axiom-token
AXIOM_DATASET=your-dataset-name
# R2 Storage (optional)
R2_ACCESS_KEY_ID=your-r2-access-key
R2_SECRET_ACCESS_KEY=your-r2-secret-key
R2_BUCKET_NAME=your-bucket-name
# AI (optional)
OPENAI_API_KEY=your-openai-key