Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

tia.instances.finance.documentNote overrules for instance finance the default

specified for the installation by tia.instances.default.documentNode

which overrules the built-in global default value of true.

...