diff --git a/creds.json b/creds.json new file mode 100644 index 0000000..984f985 --- /dev/null +++ b/creds.json @@ -0,0 +1,14 @@ +{ + "hedns":{ + "username": "$HE_USERNAME", + "password": "$HE_PASSWORD", + "totp-key": "$HE_TOTPKEY" + }, + "cloudflare": { + "apitoken": "$CF_APITOKEN", + "accountid": "$CF_ACCOUNTID" + }, + "digitalocean": { + "token": "$DO_TOKEN" + } +} \ No newline at end of file