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:
committed by
GitHub
parent
5ae231030e
commit
4d360d4bda
@@ -31,9 +31,9 @@ export AWS_SESSION_TOKEN=ZZZZZZZZ
|
||||
```json
|
||||
{
|
||||
"r53_main": {
|
||||
"TYPE": "ROUTE53",
|
||||
"KeyId": "$AWS_ACCESS_KEY_ID",
|
||||
"SecretKey": "$AWS_SECRET_ACCESS_KEY",
|
||||
"TYPE": "ROUTE53"
|
||||
"SecretKey": "$AWS_SECRET_ACCESS_KEY"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user