Moved environement related code to its own module

This commit is contained in:
kdeng00
2025-05-23 17:13:56 -04:00
parent 1e4d36fb65
commit 81655224b3
3 changed files with 13 additions and 5 deletions
+1
View File
@@ -1,4 +1,5 @@
pub const DBURL: &str = "DATABASE_URL";
pub const ROOT_DIRECTORY: &str = "ROOT_DIRECTORY";
pub mod error {
pub const ERROR: &str = "DATABASE_URL must be set in .env";