Description
Problem Description
Not all coder deployments will want notifications enabled, so it would be nice to be able to disable the feature. Currently, if you leave the notification settings as default, there are error logs that appear every time the system attempts to dispatch a notification.
Desired Solution
Add a flag CODER_NOTIFICATIONS_ENABLED
that defaults to true
but can be set to false
to disable notifications.