-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 1.32 KB
/
Copy path.env.example
File metadata and controls
19 lines (16 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ─── Vercel (auto-injected in Vercel deployments) ────────────────────────────
VERCEL_PROJECT_PRODUCTION_URL=your-project.vercel.app
# ─── Vercel Edge Config ───────────────────────────────────────────────────────
# Connection string from Vercel dashboard → Storage → Edge Config → your store
EDGE_CONFIG=https://edge-config.vercel.com/ecfg_xxx?token=xxx
# ─── Resend ───────────────────────────────────────────────────────────────────
# API key from resend.com/api-keys
RESEND_API_KEY=re_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Template ID from resend.com/templates → your template URL
RESEND_TEMPLATE_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
# Email address that receives contact form messages
CONTACT_TO_EMAIL=you@example.com
# Sender address (must use a verified Resend domain; use onboarding@resend.dev for testing)
CONTACT_FROM_EMAIL=Your Name <onboarding@resend.dev>
# ─── Feature flags (fallback when Edge Config is not set) ─────────────────────
FEATURE_CONTACT_FORM=false