-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (19 loc) · 860 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (19 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DATABASE_URL=mongodb://127.0.0.1/your-database-name
PAYLOAD_SECRET=YOUR_SECRET_HERE
# S3 storage (leave unset for local filesystem storage in dev)
S3_BUCKET=
S3_REGION=auto
S3_ACCESS_KEY_ID=
S3_SECRET_ACCESS_KEY=
# R2 S3-compatible API endpoint: https://<accountId>.r2.cloudflarestorage.com
S3_ENDPOINT=
# R2 public serving URL (r2.dev subdomain or custom domain).
# When set, stored image URLs use this base instead of the API endpoint.
# e.g. https://pub-fbf75dec72f046f39fca797f3a38ebed.r2.dev
S3_PUBLIC_URL=
# Email notifications (Resend)
RESEND_API_KEY=re_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Comma-separated list of addresses to receive enquiry notifications
ENQUIRY_NOTIFICATION_EMAILS=barbara@example.com,luke@example.com
# Google Analytics 4 (set in .env.local and Vercel env vars — never commit the real ID)
NEXT_PUBLIC_GA_MEASUREMENT_ID=G-XXXXXXXXXX