site-mva-global-fret/cloudflare-worker/wrangler.toml
serge 483195711e
Some checks are pending
Deploy site to GitHub Pages / deploy (push) Waiting to run
refactor(worker): Brevo+EmailJS ? Resend + remove cron + fix github.io URLs (#3)
2026-05-07 15:27:41 +03:00

20 lines
523 B
TOML

name = "mva-hubspot-proxy"
main = "hubspot-proxy.js"
compatibility_date = "2026-04-01"
workers_dev = true
# KV namespace — placeholder ID, populated at deploy time (Phase D3)
[[kv_namespaces]]
binding = "WELCOME_KV"
id = "c02656ba22064923ab1c6db06b0f4a56"
# Required secrets to configure via `wrangler secret put` :
# - HUBSPOT_TOKEN
# - RESEND_API_KEY
# - RESEND_FROM_EMAIL
# - RESEND_FROM_NAME
# - PARIS_DEPOT_ADDRESS
# - TURNSTILE_SECRET
# - SITE_URL
# (BREVO_* and EMAILJS_* deprecated — removed in this version)