dnscontrol/creds.json

14 lines
251 B
JSON

{
"hedns":{
"username": "$HE_USERNAME",
"password": "$HE_PASSWORD",
"totp-key": "$HE_TOTPKEY"
},
"cloudflare": {
"apitoken": "$CF_APITOKEN",
"accountid": "$CF_ACCOUNTID"
},
"digitalocean": {
"token": "$DO_TOKEN"
}
}