summary refs log tree commit diff stats
path: root/creds.json
diff options
context:
space:
mode:
authorAlan Pearce2024-06-22 17:07:31 +0200
committerAlan Pearce2024-06-22 18:02:38 +0200
commit2636c90a5ed7b970469dd31a9be68a683219d79b (patch)
tree026b9b47369df4cc1e2f48250c0ab61e9bc0a3d2 /creds.json
downloaddns-2636c90a5ed7b970469dd31a9be68a683219d79b.tar.lz
dns-2636c90a5ed7b970469dd31a9be68a683219d79b.tar.zst
dns-2636c90a5ed7b970469dd31a9be68a683219d79b.zip
Initial commit
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"
+  }
+}