...
tia Viewer Core parameter names are ordered hierarchically: Except of top-level settings, each setting has one direct superior, also called parent. A .
(dot) separates parent name from parameter name.
When configuring using environment variables, a prefix string provides the exact location in the hierarchy from top-level to setting.
When configuring using YAML file, the setting must be placed below its parent with other siblings, each with an line intend increased by the same number of space characters, while no shorter intend may be appear between the setting and its parent.
...