From e02174cb710e6d6abd642f03e64ce91bbac38130 Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Sat, 13 Jul 2024 23:55:28 +0300 Subject: Исправление некоторых обосрамсов MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.example.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.example.json') diff --git a/config.example.json b/config.example.json index 4d410bc..1a78535 100644 --- a/config.example.json +++ b/config.example.json @@ -3,16 +3,16 @@ "base-path": "/", "cache": { "enabled": true, - "path": "cache", + "path": "/home/skunk/projects/skunkyart/cache", "lifetime": null, "max-size": 100000, "update-interval": 5 }, "dirs-to-memory": [ - "html", - "css" + "/home/skunk/projects/skunkyart/html", + "/home/skunk/projects/skunkyart/css" ], - "download-proxy": "", + "download-proxy": null, "proxy": true, "nsfw": false -} \ No newline at end of file +} -- cgit v1.2.3