From 4229fe207fa287c9b415722e4a94000d8ee74f20 Mon Sep 17 00:00:00 2001 From: Remy Moll <me@moll.re> Date: Thu, 11 Jan 2024 21:39:43 +0100 Subject: [PATCH] come on --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 594b2c7..89f7faa 100644 --- a/config.yaml +++ b/config.yaml @@ -13,13 +13,13 @@ providers: cloudflare: class: octodns_cloudflare.CloudflareProvider # Your Cloudflare account email address (required, optional if using token) - email: env/CLOUDFLARE_EMAIL + # email: env/CLOUDFLARE_EMAIL # The API Token or API Key. # Required permissions for API Tokens are Zone:Read, DNS:Read and DNS:Key. token: env/CLOUDFLARE_TOKEN # Optional. Filter by account ID in environments where a token has access # across more than the permitted number of accounts allowed by Cloudflare. - account_id: env/CLOUDFLARE_ACCOUNT_ID + # account_id: env/CLOUDFLARE_ACCOUNT_ID