1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DOCS: Fixed creds.json example (#2385)

This commit is contained in:
Jeffrey Cafferata
2023-05-21 19:30:30 +02:00
committed by GitHub
parent 5ae231030e
commit 4d360d4bda
12 changed files with 60 additions and 55 deletions

View File

@@ -194,7 +194,7 @@ FYI: `creds.json` fields can be read from an environment variable. The field mus
{% code title="creds.json" %}
```json
{
"apikey": "$GANDI_V5_APIKEY"
"apikey": "$GANDI_V5_APIKEY"
}
```
{% endcode %}