Moving keys to its own module

This commit is contained in:
kdeng00
2025-05-23 17:04:30 -04:00
parent acd95fbbc6
commit 1e4d36fb65
2 changed files with 12 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
pub const DBURL: &str = "DATABASE_URL";
pub mod error {
pub const ERROR: &str = "DATABASE_URL must be set in .env";
}