SkunkyArt/config.example.json

15 lines
319 B
JSON

{
"listen": "0.0.0.0:3003",
"base-path": "/",
"cache": {
"enabled": true,
"path": "cache",
"lifetime": null,
"max-size": 100000,
"update-interval": 5
},
"templates-dir": "html",
"wixmp-proxy": "http://127.0.0.1:8080",
"proxy": true,
"nsfw": true
}