Initial commit
1 file changed, 15 insertions(+), 0 deletions(-)
changed files
A creds.json
@@ -0,0 +1,15 @@ +{ + "powerdns": { + "TYPE": "POWERDNS", + "apiKey": "$POWERDNS_API_KEY", + "apiUrl": "$POWERDNS_API_URL", + "serverName": "localhost" + }, + "ovh": { + "TYPE": "OVH", + "app-key": "$OVH_APP_KEY", + "app-secret-key": "$OVH_APP_SECRET_KEY", + "consumer-key": "$OVH_CONSUMER_KEY", + "endpoint": "eu" + } +}