2024-06-14 17:04:23 +00:00
|
|
|
{
|
2024-09-02 08:16:54 +00:00
|
|
|
"listen": "0.0.0.0:3003",
|
2024-09-23 06:38:32 +00:00
|
|
|
"uri": "/",
|
2024-06-14 17:04:23 +00:00
|
|
|
"cache": {
|
|
|
|
"enabled": true,
|
2024-08-01 19:48:05 +00:00
|
|
|
"path": "cache",
|
|
|
|
"lifetime": null,
|
2024-09-04 17:22:58 +00:00
|
|
|
"max-size": 200,
|
2024-07-06 17:06:04 +00:00
|
|
|
"update-interval": 5
|
2024-06-14 17:04:23 +00:00
|
|
|
},
|
2024-08-13 12:59:52 +00:00
|
|
|
"static-path": "static",
|
2024-07-29 22:06:40 +00:00
|
|
|
"download-proxy": "http://127.0.0.1:8080",
|
|
|
|
"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",
|
2024-07-06 17:06:04 +00:00
|
|
|
"proxy": true,
|
2024-09-23 06:38:32 +00:00
|
|
|
"nsfw": true
|
2024-07-13 20:55:28 +00:00
|
|
|
}
|