summary refs log tree commit diff stats
path: root/getwtxt.json
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-27 01:06:50 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-27 01:06:50 -0400
commitdaa48539f5ad8b444637f948b98996d35852b1e8 (patch)
tree60755e8b0a43b1e1d645a9221529324450974109 /getwtxt.json
parent06b4e506f0666d3f717398aa7a48d2b0106214fe (diff)
downloadgetwtxt-daa48539f5ad8b444637f948b98996d35852b1e8.tar.gz
changed config format to yaml, commented config file
Diffstat (limited to 'getwtxt.json')
-rw-r--r--getwtxt.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/getwtxt.json b/getwtxt.json
deleted file mode 100644
index b739d8c..0000000
--- a/getwtxt.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  "ListenPort": 9001,
-  "StdoutLogging": true,
-  "LogFile": "getwtxt.log",
-  "DatabasePath": "getwtxt.db",
-  "DatabasePushInterval": "5m",
-  "StatusFetchInterval": "1h",
-  "Instance": {
-    "SiteName": "getwtxt",
-    "URL": "https://twtxt.example.com",
-    "OwnerName": "foo barrington",
-    "Email": "foo@barrington.ext",
-    "Description": "This is the twtxt registry for the tildeverse network of public unix servers."
-  }
-}