summaryrefslogtreecommitdiff
path: root/config.example.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.example.json')
-rw-r--r--config.example.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.example.json b/config.example.json
index 56b5218..2c3205d 100644
--- a/config.example.json
+++ b/config.example.json
@@ -1,13 +1,15 @@
{
"listen": "0.0.0.0:3003",
- "base-path": "/skunky/",
+ "base-path": "/",
"cache": {
"enabled": true,
"path": "cache",
"lifetime": null,
- "max-size": 100000
+ "max-size": 100000,
+ "update-interval": 5
},
- "proxy": true,
+ "templates-dir": "html",
"wixmp-proxy": "http://127.0.0.1:8080",
+ "proxy": true,
"nsfw": false
} \ No newline at end of file