diff options
Diffstat (limited to 'getwtxt.json')
-rw-r--r-- | getwtxt.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/getwtxt.json b/getwtxt.json index 60afa6a..912975a 100644 --- a/getwtxt.json +++ b/getwtxt.json @@ -1,7 +1,10 @@ { "port": 9001, "stdoutLogging": true, - "logfile": "getwtxt.log", + "logFile": "getwtxt.log", + "databasePath": "getwtxt.db", + "databasePushInterval": "5m", + "reCacheInterval": "1h", "instance": { "name": "getwtxt", "url": "https://twtxt.example.com", |