Specify provider type in creds.json

This commit is contained in:
Koen Rouwhorst 2022-05-21 14:48:10 +02:00 committed by GitHub
parent 0f6653d9a0
commit bf7f7ddd4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,6 +162,7 @@ and then define the `creds.json` file as follows.
```json
{
"cloudflare":{
"TYPE": "CLOUDFLAREAPI",
"apitoken": "$CLOUDFLARE_API_TOKEN"
}
}