mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
Fixing cloudflare configuration parameters in the readme (#1120)
This commit is contained in:
@@ -155,15 +155,15 @@ Example credentials file using restricted API Token (recommended):
|
||||
```yaml
|
||||
dns:
|
||||
provider: dns-cloudflare
|
||||
dns_cloudflare_api_token: 0123456789abcdef0123456789abcdef01234
|
||||
cloudflare_api_token: 0123456789abcdef0123456789abcdef01234
|
||||
```
|
||||
|
||||
Example credentials file using Global API Key (not recommended):
|
||||
```yaml
|
||||
dns:
|
||||
provider: dns-cloudflare
|
||||
dns_cloudflare_email: cloudflare@example.com
|
||||
dns_cloudflare_api_key: 0123456789abcdef0123456789abcdef01234
|
||||
cloudflare_email: cloudflare@example.com
|
||||
cloudflare_api_key: 0123456789abcdef0123456789abcdef01234
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user