SkunkyArt/config.example.json

18 lines
334 B
JSON
Raw Normal View History

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