diff options
Diffstat (limited to 'getwtxt.json')
-rw-r--r-- | getwtxt.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/getwtxt.json b/getwtxt.json index 912975a..b739d8c 100644 --- a/getwtxt.json +++ b/getwtxt.json @@ -1,15 +1,15 @@ { - "port": 9001, - "stdoutLogging": true, - "logFile": "getwtxt.log", - "databasePath": "getwtxt.db", - "databasePushInterval": "5m", - "reCacheInterval": "1h", - "instance": { - "name": "getwtxt", - "url": "https://twtxt.example.com", - "owner": "foo barrington", - "mail": "foo@barrington.ext", - "description": "This is the twtxt registry for the tildeverse network of public unix servers." + "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." } } |