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