2023-04-03 08:57:51 +00:00
|
|
|
{
|
2023-04-10 14:20:29 +00:00
|
|
|
"bind_host": "127.0.0.1",
|
|
|
|
"bind_port": 8080,
|
2023-06-04 05:08:49 +00:00
|
|
|
"image_proxy_url": "https://i.pixiv.cat",
|
2023-06-08 16:02:36 +00:00
|
|
|
"canonical_origin": null,
|
|
|
|
"redis": {
|
|
|
|
"enabled": true,
|
|
|
|
"connection": {
|
|
|
|
"type": "ip",
|
|
|
|
"address": "127.0.0.1",
|
2023-06-11 04:53:51 +00:00
|
|
|
"port": 6379,
|
2023-06-08 16:02:36 +00:00
|
|
|
"unix": "/path/to/redis.sock"
|
|
|
|
},
|
|
|
|
"username": null,
|
|
|
|
"password": "one of the passwords of all time"
|
|
|
|
}
|
2023-04-03 08:57:51 +00:00
|
|
|
}
|