pub async fn set_system_config(
field: &str,
contents: ConfigOption,
) -> Result<(), ConfigError>Expand description
Writes a SYSTEM config field to the global admin database.
ยงErrors
ConfigError::DB on a database error.
pub async fn set_system_config(
field: &str,
contents: ConfigOption,
) -> Result<(), ConfigError>Writes a SYSTEM config field to the global admin database.
ConfigError::DB on a database error.