.env.production.sample# ===========================================# Production Environment# ===========================================# Rename this file to .env.production, then fill in your values.## Vercel: vercel env add (or set them in the project dashboard)# Cloudflare: npm run cf:secrets (pushes all values here to the Worker's secret store)## NEXT_PUBLIC_* is inlined at build time. MAILGUN_* are read at runtime# from the platform's secret store — a committed file is NOT read at runtime.# ===========================================NEXT_PUBLIC_PRODUCTION_URL=https://yourdomain.comMAILGUN_DEV_MAIL=you@example.comMAILGUN_DEV_NAME="Your Name"MAILGUN_SMTP_MAIL=contact@yourdomain.comMAILGUN_DOMAIN_NAME=mg.yourdomain.comMAILGUN_FROM_NAME="Your Business"MAILGUN_API_KEY=your-mailgun-api-key-here