fix auth.chir.rs config
This commit is contained in:
parent
11a2670099
commit
a1ffe19ecd
2 changed files with 6 additions and 1 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -11,5 +11,8 @@
|
|||
"allowTrailingCommas": true
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"files.watcherExclude": {
|
||||
"**/target": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue