From f1c98124cda8716bb30ad3ef45f0ef78361ae4fd Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Tue, 14 Feb 2017 14:58:16 +0000 Subject: [PATCH] Add myself to the Anitya error mailing list Signed-off-by: Jeremy Cline --- roles/anitya/frontend/templates/anitya.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/anitya/frontend/templates/anitya.cfg b/roles/anitya/frontend/templates/anitya.cfg index b9becb7411..2d58ec7abd 100644 --- a/roles/anitya/frontend/templates/anitya.cfg +++ b/roles/anitya/frontend/templates/anitya.cfg @@ -20,6 +20,12 @@ ANITYA_WEB_ADMINS = [ 'http://jcline.id.fedoraproject.org/', ] +# Email addresses to send tracebacks to when an HTTP 500 occurs +ADMIN_EMAIL = [ + 'admin@fedoraproject.org', + 'jeremy@jcline.org', +] + # Fedora OpenID endpoint {% if env == 'staging' %} ANITYA_WEB_FEDORA_OPENID = 'https://id.stg.fedoraproject.org'