summary refs log tree commit diff stats
path: root/getwtxt.json
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-13 03:38:29 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-13 03:43:07 -0400
commitb42a3d0d66712b8da71e6f7984b3cf16d3e304fc (patch)
tree58ca799f0b7fa7a48dc5fb95b0ff007fe9bc0cf6 /getwtxt.json
parent35046eb58e3c5cc0c3e73d6ff46bc735b6076d17 (diff)
downloadgetwtxt-b42a3d0d66712b8da71e6f7984b3cf16d3e304fc.tar.gz
removed unneeded config values
added config options
Diffstat (limited to 'getwtxt.json')
-rw-r--r--getwtxt.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/getwtxt.json b/getwtxt.json
index 55f8acb..c11c8e5 100644
--- a/getwtxt.json
+++ b/getwtxt.json
@@ -2,5 +2,10 @@
   "port": 9001,
   "stdoutLogging": true,
   "logfile": "getwtxt.log",
-  "twtxtfile": "/var/twtxt/twtxt.txt"
+  "instance": {
+    "name": "getwtxt",
+    "url": "https://twtxt.example.com",
+    "owner": "gbmor",
+    "ownermail": "ben@gbmor.dev"
+  }
 }