From 3ac3a0d2693fe5d919d01c4472228ebda5bc1d27 Mon Sep 17 00:00:00 2001 From: damau Date: Tue, 12 Feb 2013 13:50:53 +0000 Subject: [PATCH] added similar options for notification options as email options --- config/config.example.yml | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) 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