From 37ecc7fd43c7b1caaa4a89fdca140061cb637b7c Mon Sep 17 00:00:00 2001 From: KD Date: Thu, 3 Apr 2025 12:07:00 -0400 Subject: [PATCH] Saving changes --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index eefcc6f..1f203de 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -30,7 +30,7 @@ pub mod db_pool { pub async fn create_pool() -> Result { #[cfg(debug_assertions)] // Example: Only load .env in debug builds - dotenv::dotenv().ok(); + dotenvy::dotenv().ok(); let database_url = get_db_url().await; println!("Database url: {:?}", database_url);