mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-03 04:57:36 +03:00
18 lines
430 B
JSON
18 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
|
|
}
|