2023-11-22 08:39:24 +00:00
|
|
|
{
|
|
|
|
"bind_host": "127.0.0.1",
|
|
|
|
"bind_port": 8080,
|
2023-12-08 11:27:27 +00:00
|
|
|
"hmac_key": "AA",
|
2023-11-22 08:39:24 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|