diff options
Diffstat (limited to 'config/general.yml-example')
-rw-r--r-- | config/general.yml-example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index be39e5b3c..a0d9dc705 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -131,3 +131,9 @@ FORWARD_NONBOUNCE_RESPONSES_TO: user-support@localhost # instead. HTML_TO_PDF_COMMAND: /usr/local/bin/wkhtmltopdf-amd64 +# Exception notifications +EXCEPTION_NOTIFICATIONS_FROM: do-not-reply-to-this-address@example.com +EXCEPTION_NOTIFICATIONS_TO: +- robin@example.org +- seb@example.org + |