-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (20 loc) · 834 Bytes
/
Copy path.env.example
File metadata and controls
24 lines (20 loc) · 834 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
# Google OAuth Credentials
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
# Better Auth Secret (generate with `openssl rand -base64 32`)
BETTER_AUTH_SECRET=your_better_auth_secret
# PDF Generation Service
PDF_GENERATION_URL=https://your-pdf-service.com/generate
PDF_MICROSERVICE_API_KEY=your_pdf_microservice_api_key
# Admin Dashboard
# Comma-separated list of super admin emails (cannot be deleted/banned)
SUPER_ADMIN_EMAILS=admin@example.com
# Note: These are configured in wrangler.toml for Cloudflare:
# - D1 Database binding: DB
# - R2 Bucket binding: BUCKET
#
# For Cloudflare deployment, set secrets via:
# wrangler secret put GOOGLE_CLIENT_ID
# wrangler secret put GOOGLE_CLIENT_SECRET
# wrangler secret put BETTER_AUTH_SECRET
# wrangler secret put PDF_MICROSERVICE_API_KEY