6 lines
142 B
Rust
6 lines
142 B
Rust
|
//! Configuration relative to the database that applies to all crates making use of it.
|
||
|
|
||
|
micronfig::config! {
|
||
|
ACRATE_DATABASE_URL: String,
|
||
|
}
|