7 lines
174 B
Rust
7 lines
174 B
Rust
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";
|
|
}
|