SkunkyArt/config.example.json

13 lines
268 B
JSON
Raw Normal View History

{
"listen": "0.0.0.0:3003",
2024-07-05 21:46:25 +00:00
"base-path": "/skunky/",
"cache": {
"enabled": true,
"path": "cache",
"lifetime": null,
2024-07-05 21:46:25 +00:00
"max-size": 100000
},
2024-07-05 21:46:25 +00:00
"proxy": true,
"wixmp-proxy": "http://127.0.0.1:8080",
"nsfw": false
}