Environment (#3)
All checks were successful
Release Tagging / release (push) Successful in 26s
All checks were successful
Release Tagging / release (push) Successful in 26s
Reviewed-on: #3 Co-authored-by: kdeng00 <kundeng00@pm.me> Co-committed-by: kdeng00 <kundeng00@pm.me>
This commit is contained in:
5
src/environment.rs
Normal file
5
src/environment.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
pub async fn get_db_url() -> String {
|
||||
dotenvy::dotenv().ok();
|
||||
std::env::var(crate::keys::DBURL).expect(crate::keys::error::ERROR)
|
||||
}
|
Reference in New Issue
Block a user