From ff4f1a2422b3e02917af1f1786ff5b3ac09565ef Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Sat, 6 Jul 2024 20:06:04 +0300 Subject: Реки и копирование темплейтов в озу MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.example.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'config.example.json') 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 -- cgit v1.2.3