mirror of
https://github.com/YuzuZensai/Cloudflare-DDNS-Updater.git
synced 2026-07-29 17:00:56 +00:00
6 lines
230 B
Bash
6 lines
230 B
Bash
NODE_ENV=production
|
|
|
|
# Referenced from configs/UpdaterConfig.json as "{ENV_TOKEN:EXAMPLE_SITE_TOKEN}".
|
|
# Create a Cloudflare API token with DNS edit access for the target zone.
|
|
EXAMPLE_SITE_TOKEN=replace-with-cloudflare-api-token
|