Use Ironvars for runtime configuration
masterIronvars are runtime variables that can be referenced within your configuration files using the #variable_name syntax. They allow for dynamic configuration that updates automatically when the variable's value changes.
Key constraints:
- Keys: Must consist only of alphanumeric characters,
-, and_. - Values: Any valid UTF-8 string.
Setting values:
- Use the IPC server (via the CLI) with the
setcommand to update values at runtime. - Define default values in your top-level configuration using the
ironvar_defaultskey.
#my_variable