diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-27 01:06:50 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-27 01:06:50 -0400 |
commit | daa48539f5ad8b444637f948b98996d35852b1e8 (patch) | |
tree | 60755e8b0a43b1e1d645a9221529324450974109 /getwtxt.json | |
parent | 06b4e506f0666d3f717398aa7a48d2b0106214fe (diff) | |
download | getwtxt-daa48539f5ad8b444637f948b98996d35852b1e8.tar.gz |
changed config format to yaml, commented config file
Diffstat (limited to 'getwtxt.json')
-rw-r--r-- | getwtxt.json | 15 |
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." - } -} |