Configuration per instance is always done by environmental variables using a prefix:Instance settings must reference a specific instance, so
when setting via environmental variable, the variable name must always contain following prefix
tia.instances.<instance name>.
when using viewer.yaml file for configuration the correct location is important (below the instance name and with two spaces more intend).
However, instance variables do not need to be specified in case default is accepted.
tia Viewer has built-in default values (global default), but also per installation default values for all instances can be configured using environmental variables with prefixtia.instances.defaultby using default
instead of the <instance name>
.
Info |
---|
The more specific overrules the the more general setting:
specified for the installation by which overrules the built-in global default value of |
...