We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e8d05 commit 440dc33Copy full SHA for 440dc33
1 file changed
aggregation_mode/gateway/src/main.rs
@@ -26,7 +26,7 @@ async fn main() {
26
let config = Config::from_file(&config_file_path).expect("Config is valid");
27
tracing::info!("Config loaded");
28
29
- let db = Db::try_new(&config.db_connection_url)
+ let db = Db::try_new(&[config.db_connection_url.as_str()])
30
.await
31
.expect("db to start");
32
0 commit comments