cfmail_provision.example.env 644 B

123456789101112
  1. # Cloudflare login email paired with the Global API Key below.
  2. export ZHUCE6_CFMAIL_CF_AUTH_EMAIL=you@example.com
  3. # Cloudflare Dashboard -> My Profile -> API Tokens -> Global API Key -> View
  4. export ZHUCE6_CFMAIL_CF_AUTH_KEY=replace-me
  5. # Cloudflare account ID that owns both the Worker and the zone.
  6. export ZHUCE6_CFMAIL_CF_ACCOUNT_ID=replace-me
  7. # Zone ID of the root domain configured below.
  8. export ZHUCE6_CFMAIL_CF_ZONE_ID=replace-me
  9. # Worker script name shown in Cloudflare Workers & Pages.
  10. export ZHUCE6_CFMAIL_WORKER_NAME=replace-me
  11. # Root domain hosted on Cloudflare, not the rotating subdomain.
  12. export ZHUCE6_CFMAIL_ZONE_NAME=example.com