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