-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 757 Bytes
/
.env.example
File metadata and controls
19 lines (16 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ===========================================
# Supabase Configuration (Required)
# ===========================================
# Get these from: Supabase Dashboard → Settings → API
NEXT_PUBLIC_SUPABASE_URL=https://your-project-ref.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key-here
# ===========================================
# Cloudflare R2 Configuration (Optional)
# ===========================================
# Only needed if you want to enable file uploads
# Get these from: Cloudflare Dashboard → R2 → Manage R2 API Tokens
R2_ACCOUNT_ID=your-cloudflare-account-id
R2_ACCESS_KEY_ID=your-r2-access-key-id
R2_SECRET_ACCESS_KEY=your-r2-secret-access-key
R2_BUCKET_NAME=openform-uploads
R2_PUBLIC_URL=https://your-r2-public-url.com