mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-01 20:17:35 +03:00
18 lines
No EOL
334 B
JSON
18 lines
No EOL
334 B
JSON
{
|
|
"listen": "0.0.0.0:3003",
|
|
"base-path": "/",
|
|
"cache": {
|
|
"enabled": true,
|
|
"path": "cache",
|
|
"lifetime": null,
|
|
"max-size": 100000,
|
|
"update-interval": 5
|
|
},
|
|
"dirs-to-memory": [
|
|
"html",
|
|
"css"
|
|
],
|
|
"download-proxy": "",
|
|
"proxy": true,
|
|
"nsfw": false
|
|
} |