Add myself to the Anitya error mailing list
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
1e336c5880
commit
f1c98124cd
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ ANITYA_WEB_ADMINS = [
|
||||||
'http://jcline.id.fedoraproject.org/',
|
'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
|
# Fedora OpenID endpoint
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
ANITYA_WEB_FEDORA_OPENID = 'https://id.stg.fedoraproject.org'
|
ANITYA_WEB_FEDORA_OPENID = 'https://id.stg.fedoraproject.org'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue