From 2636c90a5ed7b970469dd31a9be68a683219d79b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 22 Jun 2024 17:07:31 +0200 Subject: Initial commit --- creds.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 creds.json (limited to 'creds.json') diff --git a/creds.json b/creds.json new file mode 100644 index 0000000..98ffc51 --- /dev/null +++ b/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" + } +} -- cgit 1.4.1