SkunkyArt/config.example.json
2024-07-13 21:32:04 +03:00

18 lines
334 B
JSON

{
"listen": "0.0.0.0:3003",
"base-path": "/",
"cache": {
"enabled": true,
"path": "cache",
"lifetime": null,
"max-size": 100000,
"update-interval": 5
},
"dirs-to-memory": [
"html",
"css"
],
"download-proxy": "",
"proxy": true,
"nsfw": false
}