pixwhile/example_config.json

18 lines
425 B
JSON
Raw Normal View History

2023-04-03 08:57:51 +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",
"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
}