changed how dotenvy works
All checks were successful
Cargo Build & Test / Push to container registry (push) Successful in 2m28s
All checks were successful
Cargo Build & Test / Push to container registry (push) Successful in 2m28s
This commit is contained in:
@@ -24,7 +24,7 @@ async fn main() {
|
|||||||
.with(tracing_subscriber::fmt::layer())
|
.with(tracing_subscriber::fmt::layer())
|
||||||
.init();
|
.init();
|
||||||
|
|
||||||
dotenvy::dotenv().expect("Could not initialize dotenvy");
|
let _ = dotenvy::dotenv();
|
||||||
|
|
||||||
// Connect to databse
|
// Connect to databse
|
||||||
let pool = database::connect_database().await;
|
let pool = database::connect_database().await;
|
||||||
|
Reference in New Issue
Block a user