.env.local.sample# Copy to .env.local and fill in. Required for `npm run build` to succeed.NEXT_PUBLIC_PRODUCTION_URL=# Mailgun — contact form deliveryMAILGUN_API_KEY=MAILGUN_DOMAIN_NAME=MAILGUN_SMTP_MAIL=MAILGUN_FROM_NAME=MAILGUN_TO_RECIPIENTS=MAILGUN_DEV_MAIL=MAILGUN_DEV_NAME=FLOWTRACE_TO_RECIPIENTS=# OpenAI — /api/assistant. Build fails at page-data collection without these.# MUST BE REPLACED PER CUSTOMER: OPENAI_VECTOR_STORE_ID must point at a vector# store holding THIS company's product documentation. Pointing it at another# company's store makes the site assistant answer confidently about products# you do not sell.OPENAI_API_KEY=OPENAI_VECTOR_STORE_ID=# Cloudflare Turnstile — form spam protection.# REQUIRED: the quote form runs with turnstile enabled. Without a site key the# widget cannot issue a token and submissions fail verification.NEXT_PUBLIC_CLOUDFLARE_TURNSTILE_SITE_KEY=CLOUDFLARE_TURNSTILE_SECRET_KEY=# Analytics (optional)NEXT_PUBLIC_GOOGLE_ANALYTICS=NEXT_PUBLIC_GOOGLE_ADS_ID=