pixwhile/example_config.json

18 lines
425 B
JSON

{
"bind_host": "127.0.0.1",
"bind_port": 8080,
"image_proxy_url": "https://i.pixiv.cat",
"canonical_origin": null,
"redis": {
"enabled": true,
"connection": {
"type": "ip",
"address": "127.0.0.1",
"port": 6379,
"unix": "/path/to/redis.sock"
},
"username": null,
"password": "one of the passwords of all time"
}
}