aboutsummaryrefslogtreecommitdiff
path: root/config.example.json
diff options
context:
space:
mode:
authorlost+skunk <[email protected]>2024-07-06 00:46:25 +0300
committerlost+skunk <[email protected]>2024-07-06 00:46:25 +0300
commit7f1ab1b73d1e7a0d8a730354bbc3136c5584fea3 (patch)
treecd44fa1c741570f05d2031288afa7b0d6b858a7a /config.example.json
parent8b839f94063704782872cc11251975cfeae4584c (diff)
downloadskunky-art-7f1ab1b73d1e7a0d8a730354bbc3136c5584fea3.tar.gz
skunky-art-7f1ab1b73d1e7a0d8a730354bbc3136c5584fea3.tar.bz2
skunky-art-7f1ab1b73d1e7a0d8a730354bbc3136c5584fea3.zip
Реализация конфига
Diffstat (limited to 'config.example.json')
-rw-r--r--config.example.json7
1 files changed, 4 insertions, 3 deletions
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