Skip to main content

set_system_config

Function set_system_config 

Source
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.