edited invalid secrets

This commit is contained in:
Rorik Star Platinum 2025-11-03 22:36:03 +03:00
parent 2bf07e3e9b
commit 8988669c47
3 changed files with 6 additions and 4 deletions

View file

@ -20,7 +20,7 @@ struct AppState {
#[tokio::main]
async fn main() {
dotenvy::dotenv().expect("Failed to read .env file");
dotenvy::dotenv().ok();
let database_url = env::var("DATABASE_URL")
.expect("DATABASE_URL must be set");