Skip to content

Commit

Permalink
DOCS: Bunny DNS - Be more consistent in ENV variable example (#2772)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Limoncelli <[email protected]>
  • Loading branch information
cafferata and tlimoncelli authored Jan 9, 2024
1 parent 1106e44 commit e82a95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/providers/bunny_dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Example:
You can also use environment variables:

```shell
export BUNNY_API_KEY=XXXXXXXXX
export BUNNY_DNS_API_KEY=XXXXXXXXX
```

{% code title="creds.json" %}
```json
{
"bunny_dns": {
"TYPE": "BUNNY_DNS",
"api_key": "$BUNNY_API_KEY"
"api_key": "$BUNNY_DNS_API_KEY"
}
}
```
Expand Down

0 comments on commit e82a95b

Please sign in to comment.