Skip to main content

admin_database_url

Function admin_database_url 

Source
pub fn admin_database_url() -> Result<String, DBError>
Expand description

The admin DATABASE_URL the server was configured with.

ยงErrors

DBError::MissingUrl if the environment variable is unset.