mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
* intitial work for bind refactor * relax requirement that creds.json exists. * Updating bind docs. Fixes #48 * typo * can exclude provider from default set in creds.json * Add bind to integration tests. Fix for IDNs.
16 lines
392 B
JSON
16 lines
392 B
JSON
{
|
|
"GCLOUD": {
|
|
"domain": "$GCLOUD_DOMAIN",
|
|
"project_id": "$GCLOUD_PROJECT",
|
|
"private_key": "$GCLOUD_PRIVATEKEY",
|
|
"client_email": "$GCLOUD_EMAIL",
|
|
},
|
|
"DNSIMPLE":{
|
|
"domain": "$DNSIMPLE_DOMAIN",
|
|
"token": "$DNSIMPLE_TOKEN",
|
|
"baseurl": "https://api.sandbox.dnsimple.com"
|
|
},
|
|
"BIND":{
|
|
"domain": "example.com"
|
|
}
|
|
} |