Project

General

Profile

Improvement #2121

Updated by liaham 12 months ago

Some time ago we changed the default value for the UI settings to be disabled. This needs also be done on env var level. 

 ``` shell 
 # Exception notifier 
 # 
 # Env vars will be used in advanced_plugin_helper plugin where you can find some 
 # more information. 
 # 
 # NOTE: The settings below can also be configured in the UI 
 # Administration » Configurable plugins » xmera Omnia Operations 

 EXCEPTION_NOTIFIER_SENDER:              # default: Setting.mail_from as set in Administration » Setting » Email notifications 
 EXCEPTION_NOTIFIER_DISABLED:            # default: false 
 EXCEPTION_NOTIFIER_RECIPIENTS:          # default: see UI or add a comma separated list of email addresses 
 ``` 

Back