SkunkyArt/config.example.json

21 lines
491 B
JSON
Raw Permalink Normal View History

{
2024-08-01 19:48:05 +00:00
"listen": "0:3003",
"uri": "/",
"cache": {
"enabled": true,
2024-08-01 19:48:05 +00:00
"path": "cache",
"lifetime": null,
"max-size": 1024,
"update-interval": 5
},
2024-07-13 18:32:04 +00:00
"dirs-to-memory": [
2024-08-01 19:48:05 +00:00
"html",
"css",
"misc"
2024-07-13 18:32:04 +00:00
],
"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,
2024-07-13 18:32:04 +00:00
"nsfw": false
}