From 7f1ab1b73d1e7a0d8a730354bbc3136c5584fea3 Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Sat, 6 Jul 2024 00:46:25 +0300 Subject: Реализация конфига MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.example.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config.example.json') diff --git a/config.example.json b/config.example.json index 1d979bd..56b5218 100644 --- a/config.example.json +++ b/config.example.json @@ -1,12 +1,13 @@ { "listen": "0.0.0.0:3003", - "base_uri": null, + "base-path": "/skunky/", "cache": { "enabled": true, "path": "cache", "lifetime": null, - "max_size": 10000 + "max-size": 100000 }, - "proxy": false, + "proxy": true, + "wixmp-proxy": "http://127.0.0.1:8080", "nsfw": false } \ No newline at end of file -- cgit v1.2.3