Use dotenvy

This commit is contained in:
2024-10-02 14:35:53 +02:00
parent a3326d02a8
commit 35fee8550f
3 changed files with 9 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ pub mod repository;
pub mod services;
pub mod views;
use dotenv::dotenv;
use dotenvy::dotenv;
use sentry::{integrations::debug_images::DebugImagesIntegration, types::Dsn, ClientOptions};
use sentry_tracing::EventFilter;
use std::{net::SocketAddr, str::FromStr};