fix redis auth
This commit is contained in:
parent
2e121fb4d0
commit
d885b72016
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
in BaseConfig::{
|
||||
, database_url = "postgres://auth_chir_rs:${d}{password}@nixos-8gb-fsn1-1.int.chir.rs"
|
||||
, listen_addr = "127.0.0.1:7954"
|
||||
, redis_url = "redis://${d}{password}@nixos-8gb-fsn1-1.int.chir.rs:53538/0"
|
||||
, redis_url = "redis://:${d}{password}@nixos-8gb-fsn1-1.int.chir.rs:53538/0"
|
||||
, asset_path = "${chir-rs.packages.${system}.chir-rs-auth-web}"
|
||||
}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue