mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CLOUDFLARE: Stop requiring accountname (#1280)
There is no API call I've found that requires it, only the accountID. Also, we now set the cfClient.AccountID similar to b55278140f
(h/t @fdcastel) and no longer store duplicate information in the cfClient and api objects.
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
@@ -43,7 +43,6 @@ If your Cloudflare account has access to multiple Cloudflare accounts, you can s
|
||||
"cloudflare": {
|
||||
"apitoken": "...",
|
||||
"accountid": "your-cloudflare-account-id",
|
||||
"accountname": "your-cloudflare-account-name"
|
||||
}
|
||||
}
|
||||
{% endhighlight %}
|
||||
|
Reference in New Issue
Block a user