Browse Source

added example config file

develop
Robin Thoni 7 years ago
parent
commit
2da2a1aa91
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      config.example.json

+ 5
- 0
config.example.json View File

@@ -0,0 +1,5 @@
1
+{
2
+  "api-key": "change_it",
3
+  "base-url": "http://127.0.0.1:34022/api/v1",
4
+  "axfr-time": 5
5
+}

Loading…
Cancel
Save