SkunkyArt/config.example.json
2024-08-01 22:48:05 +03:00

21 lines
491 B
JSON

{
"listen": "0:3003",
"uri": "/",
"cache": {
"enabled": true,
"path": "cache",
"lifetime": null,
"max-size": 1024,
"update-interval": 5
},
"dirs-to-memory": [
"html",
"css",
"misc"
],
"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
}