SkunkyArt/config.example.json

15 lines
320 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
},
"templates-dir": "html",
2024-07-05 21:46:25 +00:00
"wixmp-proxy": "http://127.0.0.1:8080",
"proxy": true,
"nsfw": false
}