SkunkyArt/config.example.json

13 lines
268 B
JSON

{
"listen": "0.0.0.0:3003",
"base-path": "/skunky/",
"cache": {
"enabled": true,
"path": "cache",
"lifetime": null,
"max-size": 100000
},
"proxy": true,
"wixmp-proxy": "http://127.0.0.1:8080",
"nsfw": false
}