-
Notifications
You must be signed in to change notification settings - Fork 0
Set Environment Variables to overwrite settings
Volker Hänsel edited this page Oct 6, 2023
·
1 revision
global settings default values can be overwritten by using environment variables.
Note the '__' as double-underscore
Global__ExceptionsHealthDegraded = 10
Global__ExceptionsUnhealthy = 40
Global__MqttDisconnectUnhealthy = 00:10:00 # 10 minutes
Global__MqttReconnect = true # automatically reconnect to MQTT in case of connection loss
Logging__LogLevel__Default=Debug
tuya_mqtt.net Blazor Service Application