summary refs log tree commit diff stats
path: root/creds.json
diff options
context:
space:
mode:
Diffstat (limited to 'creds.json')
-rw-r--r--creds.json15
1 files changed, 15 insertions, 0 deletions
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"
+  }
+}