From 2dfeaae772e630ae361a35bf4680257d081560c1 Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Tue, 30 Jul 2024 01:06:40 +0300 Subject: Подготовка к релизу v1.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.example.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'config.example.json') diff --git a/config.example.json b/config.example.json index 1a78535..b4d1ce2 100644 --- a/config.example.json +++ b/config.example.json @@ -4,15 +4,17 @@ "cache": { "enabled": true, "path": "/home/skunk/projects/skunkyart/cache", - "lifetime": null, - "max-size": 100000, + "lifetime": "1w", + "max-size": 1024, "update-interval": 5 }, "dirs-to-memory": [ "/home/skunk/projects/skunkyart/html", - "/home/skunk/projects/skunkyart/css" + "/home/skunk/projects/skunkyart/css", + "/home/skunk/projects/skunkyart/misc" ], - "download-proxy": null, + "download-proxy": "http://127.0.0.1:8080", + "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36", "proxy": true, "nsfw": false } -- cgit v1.2.3