Moving keys to its own module
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
pub const DBURL: &str = "DATABASE_URL";
|
||||
|
||||
pub mod error {
|
||||
pub const ERROR: &str = "DATABASE_URL must be set in .env";
|
||||
}
|
||||
Reference in New Issue
Block a user