v.6.11.5

Improvements:

  1. [LUNA-6110] The environment variables can be use to redefine service settings on startup. To redefine setting use VL_SETTINGS prefix. Examples:

    • VL_SETTINGS.INFLUX_MONITORING.SEND_DATA_FOR_MONITORING=0 - in this case SEND_DATA_FOR_MONITORING from INFLUX_MONITORING will be set to 0,

    • VL_SETTINGS.OTHER.STORAGE_TIME=LOCAL (for non composite settings require to specify OTHER section in the same way as in config file) - in this case STORAGE_TIME (if service use the setting) will be set to LOCAL.

Migration:

See a migration manual.