Commit 3ac3a0d2693fe5d919d01c4472228ebda5bc1d27
1 parent
d4263e3e
Exists in
master
and in
1 other branch
added similar options for notification options as email options
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
config/config.example.yml
| ... | ... | @@ -27,6 +27,15 @@ per_app_email_at_notices: false |
| 27 | 27 | # an email notification. |
| 28 | 28 | email_at_notices: [1, 10, 100] |
| 29 | 29 | |
| 30 | +# If you turn on this option, notify_at_notices can be | |
| 31 | +# configured on a per app basis, at the App edit page | |
| 32 | +per_app_notify_at_notices: false | |
| 33 | + | |
| 34 | +# Configure when emails are sent for an error. | |
| 35 | +# [1,3,7] = 1st, 3rd, and 7th occurence triggers | |
| 36 | +# [0] for all notices, provided notification service is configured | |
| 37 | +notify_at_notices: [0] | |
| 38 | + | |
| 30 | 39 | # Configure whether or not the user should be prompted before resolving an error. |
| 31 | 40 | confirm_resolve_err: true |
| 32 | 41 | ... | ... |