diff --git a/config/config.example.yml b/config/config.example.yml index 532d549..5ddb42e 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -27,6 +27,15 @@ per_app_email_at_notices: false # an email notification. email_at_notices: [1, 10, 100] +# If you turn on this option, notify_at_notices can be +# configured on a per app basis, at the App edit page +per_app_notify_at_notices: false + +# Configure when emails are sent for an error. +# [1,3,7] = 1st, 3rd, and 7th occurence triggers +# [0] for all notices, provided notification service is configured +notify_at_notices: [0] + # Configure whether or not the user should be prompted before resolving an error. confirm_resolve_err: true -- libgit2 0.21.2