SkunkyArt/config.example.json

19 lines
430 B
JSON

{
"listen": "0.0.0.0:3003",
"base-path": "/",
"cache": {
"enabled": true,
"path": "/home/skunk/projects/skunkyart/cache",
"lifetime": null,
"max-size": 100000,
"update-interval": 5
},
"dirs-to-memory": [
"/home/skunk/projects/skunkyart/html",
"/home/skunk/projects/skunkyart/css"
],
"download-proxy": null,
"proxy": true,
"nsfw": false
}