summaryrefslogtreecommitdiff
path: root/config.example.json
diff options
context:
space:
mode:
authorlost+skunk <[email protected]>2024-07-06 20:06:04 +0300
committerlost+skunk <[email protected]>2024-07-06 20:06:04 +0300
commitff4f1a2422b3e02917af1f1786ff5b3ac09565ef (patch)
tree7da4260b98b23be4852d6196b07d1cfbdc115034 /config.example.json
parent7f1ab1b73d1e7a0d8a730354bbc3136c5584fea3 (diff)
downloadskunky-art-ff4f1a2422b3e02917af1f1786ff5b3ac09565ef.tar.gz
skunky-art-ff4f1a2422b3e02917af1f1786ff5b3ac09565ef.tar.bz2
skunky-art-ff4f1a2422b3e02917af1f1786ff5b3ac09565ef.zip
Реки и копирование темплейтов в озу
Diffstat (limited to 'config.example.json')
-rw-r--r--config.example.json8
1 files changed, 5 insertions, 3 deletions
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