Skip to main content

change_config_value

Function change_config_value 

Source
pub fn change_config_value(config_name: &str, config_value: &str)
Expand description

Changes a configuration value by key.

§Arguments

  • config_name - The configuration key name (e.g., “server_host”, “jwt_access_minutes”)
  • config_value - The new value as a string (parsed to the field’s type)