From 667de65e2fda7cb30ec886ccf6619a4178d5488b Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Sat, 13 Jul 2024 21:32:04 +0300 Subject: v1.3 --- config.example.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'config.example.json') diff --git a/config.example.json b/config.example.json index 4dad077..4d410bc 100644 --- a/config.example.json +++ b/config.example.json @@ -8,8 +8,11 @@ "max-size": 100000, "update-interval": 5 }, - "templates-dir": "html", - "wixmp-proxy": "http://127.0.0.1:8080", + "dirs-to-memory": [ + "html", + "css" + ], + "download-proxy": "", "proxy": true, - "nsfw": true + "nsfw": false } \ No newline at end of file -- cgit v1.2.3