summaryrefslogtreecommitdiff
path: root/config.example.json
diff options
context:
space:
mode:
authorlost+skunk <[email protected]>2024-07-30 01:06:40 +0300
committerlost+skunk <[email protected]>2024-07-30 01:06:40 +0300
commit2dfeaae772e630ae361a35bf4680257d081560c1 (patch)
treeb3af5d798430d36c2a362b9be250fb7fcdb353ad /config.example.json
parente02174cb710e6d6abd642f03e64ce91bbac38130 (diff)
downloadskunky-art-2dfeaae772e630ae361a35bf4680257d081560c1.tar.gz
skunky-art-2dfeaae772e630ae361a35bf4680257d081560c1.tar.bz2
skunky-art-2dfeaae772e630ae361a35bf4680257d081560c1.zip
Подготовка к релизу v1.3.1
Diffstat (limited to 'config.example.json')
-rw-r--r--config.example.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/config.example.json b/config.example.json
index 1a78535..b4d1ce2 100644
--- a/config.example.json
+++ b/config.example.json
@@ -4,15 +4,17 @@
"cache": {
"enabled": true,
"path": "/home/skunk/projects/skunkyart/cache",
- "lifetime": null,
- "max-size": 100000,
+ "lifetime": "1w",
+ "max-size": 1024,
"update-interval": 5
},
"dirs-to-memory": [
"/home/skunk/projects/skunkyart/html",
- "/home/skunk/projects/skunkyart/css"
+ "/home/skunk/projects/skunkyart/css",
+ "/home/skunk/projects/skunkyart/misc"
],
- "download-proxy": null,
+ "download-proxy": "http://127.0.0.1:8080",
+ "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36",
"proxy": true,
"nsfw": false
}