-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy path.dev.vars.example
More file actions
18 lines (15 loc) · 807 Bytes
/
.dev.vars.example
File metadata and controls
18 lines (15 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Load .env.development* files when running `wrangler dev`
NEXTJS_ENV=development
# Drizzle Kit credentials for D1
# Get your Account ID from: https://dash.cloudflare.com/ (right sidebar)
# Get your API Token from: https://dash.cloudflare.com/profile/api-tokens
CLOUDFLARE_ACCOUNT_ID=your-account-id-here
CLOUDFLARE_D1_TOKEN=your-api-token-here
CLOUDFLARE_R2_URL=your-r2-url-here
CLOUDFLARE_API_TOKEN=your-api-token-here
# Authentication
BETTER_AUTH_SECRET=your-better-auth-secret # see https://www.better-auth.com/docs/installation
BETTER_AUTH_URL=http://localhost:3000 # Base URL of your app - should use the deployed URL in Workers for prod
# Google Auth : see https://www.better-auth.com/docs/authentication/google
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret