Commit 0a9c42d9822e6b1598945632e9f7ce777495fca7
1 parent
d544d55b
Exists in
master
and in
1 other branch
Added comments in config.example.yml
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
config/config.example.yml
@@ -14,8 +14,8 @@ host: errbit.example.com | @@ -14,8 +14,8 @@ host: errbit.example.com | ||
14 | # will be sent from. | 14 | # will be sent from. |
15 | email_from: errbit@example.com | 15 | email_from: errbit@example.com |
16 | 16 | ||
17 | -# if you turn on this option, email_at_notices will be configured on per app basis | ||
18 | -# at App edit page | 17 | +# If you turn on this option, email_at_notices can be |
18 | +# configured on a per app basis, at the App edit page | ||
19 | per_app_email_at_notices: false | 19 | per_app_email_at_notices: false |
20 | 20 | ||
21 | # Configure when emails are sent for an error. | 21 | # Configure when emails are sent for an error. |
@@ -23,4 +23,6 @@ per_app_email_at_notices: false | @@ -23,4 +23,6 @@ per_app_email_at_notices: false | ||
23 | # an email notification. | 23 | # an email notification. |
24 | email_at_notices: [1, 10, 100] | 24 | email_at_notices: [1, 10, 100] |
25 | 25 | ||
26 | +# Configure whether or not the user should be prompted before resolving an error. | ||
26 | confirm_resolve_err: true | 27 | confirm_resolve_err: true |
28 | + |