summaryrefslogtreecommitdiff
path: root/config.example.json
diff options
context:
space:
mode:
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
}