mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 18:08:57 +08:00
DOCS: Bunny DNS - Be more consistent in ENV variable example (#2772)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
1106e44620
commit
e82a95b0d9
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ Example:
|
|||
You can also use environment variables:
|
||||
|
||||
```shell
|
||||
export BUNNY_API_KEY=XXXXXXXXX
|
||||
export BUNNY_DNS_API_KEY=XXXXXXXXX
|
||||
```
|
||||
|
||||
{% code title="creds.json" %}
|
||||
|
@ -27,7 +27,7 @@ export BUNNY_API_KEY=XXXXXXXXX
|
|||
{
|
||||
"bunny_dns": {
|
||||
"TYPE": "BUNNY_DNS",
|
||||
"api_key": "$BUNNY_API_KEY"
|
||||
"api_key": "$BUNNY_DNS_API_KEY"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue