pub fn admin_database_url() -> Result<String, DBError>
The admin DATABASE_URL the server was configured with.
DATABASE_URL
DBError::MissingUrl if the environment variable is unset.
DBError::MissingUrl