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