fix auth.chir.rs config

This commit is contained in:
Charlotte 🦝 Delenk 2023-03-11 09:47:09 +01:00
parent 11a2670099
commit a1ffe19ecd
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 6 additions and 1 deletions

View file

@ -11,5 +11,8 @@
"allowTrailingCommas": true
}
}
]
],
"files.watcherExclude": {
"**/target": true
}
}

View file

@ -13,6 +13,7 @@
{ database_url : Text
, listen_addr : Text
, redis_url : Text
, asset_path : Text
}
, default.listen_addr = "[::1]:5621"
}
@ -21,6 +22,7 @@
, database_url = "postgres://auth_chir_rs:${d}{password}@nixos-8gb-fsn1-1.int.chir.rs"
, listen_addr = "[::1]:7954"
, redis_url = "redis://${d}{password}@nixos-8gb-fsn1-1.int.chir.rs:53538/0"
, asset_path = "${chir-rs.packages.${system}.chir-rs-web}"
}
'';
in {