blob: f3186f1ad5318905abdbdf37f59d9fa1ee931c11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"listen": "0.0.0.0:3003",
"uri": "/",
"cache": {
"enabled": true,
"path": "cache",
"lifetime": null,
"max-size": 200,
"memcache": false,
"update-interval": 5
},
"static-path": "static",
"download-proxy": "",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36",
"proxy": true,
"nsfw": false
}
|