Actions
Improvement #2121
closedChange the default value of EXCEPTION_NOTIFIER_DISABLED to true
Start date:
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
5.1.z
Pull Request Link:
Description
Some time ago we changed the default value for the UI settings to be disabled. This needs also be done on env var level.
# 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
Actions