mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
Update main.rs
This commit is contained in:
parent
92c22848e5
commit
13a724ba4a
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ async fn main() -> std::io::Result<()> {
|
|||
|
||||
let mut cfg = deadpool_postgres::Config::new();
|
||||
cfg.user = Some("bio".to_string());
|
||||
cfg.dbname = Some("build".to_string());
|
||||
cfg.dbname = Some("lilac".to_string());
|
||||
cfg.host = Some("/run/postgresql".to_string());
|
||||
cfg.manager = Some(deadpool_postgres::ManagerConfig {
|
||||
recycling_method: deadpool_postgres::RecyclingMethod::Fast,
|
||||
|
|
Loading…
Add table
Reference in a new issue