Adding function to load twilio config
textsender_models PR / Rustfmt (pull_request) Successful in 1m2s
textsender_models PR / Check (pull_request) Successful in 1m10s
textsender_models PR / Clippy (pull_request) Successful in 1m25s
Release Tagging / release (pull_request) Successful in 37s

This commit is contained in:
2026-06-21 17:57:02 -04:00
parent 7e5bc016b1
commit 720f3d8f75
2 changed files with 25 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
// TODO: Functions does not need to be async
pub async fn get_db_url() -> crate::envy::EnvVar {
dotenvy::dotenv().ok();
let key = crate::envy::keys::DB_URL;