fix (backend-rs): use hostname for Redis key prefix and host for Redis streams
I suspect this is a bug, but I keep this behavior for compatibility for now
This commit is contained in:
parent
9fef36e80c
commit
0c9dc92f07
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ fn load_config() -> Config {
|
|||
} else {
|
||||
server_config.redis.prefix.clone()
|
||||
}
|
||||
.unwrap_or(host.clone());
|
||||
.unwrap_or(hostname.clone());
|
||||
|
||||
Config {
|
||||
url: server_config.url,
|
||||
|
|
Loading…
Reference in a new issue