Adjust the CNUCNU configuration key to ANITYA

This commit is contained in:
Pierre-Yves Chibon 2014-12-18 12:08:34 +01:00
parent 9ababec817
commit 4bfce125cc

View file

@ -9,16 +9,16 @@ SECRET_KEY='{{ anitya_secret_key }}'
DB_URL='postgresql://{{ anitya_db_user }}:{{ anitya_db_pass }}@{{ anitya_db_host }}/{{ anitya_db_name }}'
# List of admins based on their openid
CNUCNU_WEB_ADMINS = [
ANITYA_WEB_ADMINS = [
'http://ralph.id.fedoraproject.org/',
'http://pingou.id.fedoraproject.org/',
]
# Fedora OpenID endpoint
{% if env == 'staging' %}
CNUCNU_WEB_FEDORA_OPENID = 'https://id.stg.fedoraproject.org'
ANITYA_WEB_FEDORA_OPENID = 'https://id.stg.fedoraproject.org'
{% else %}
CNUCNU_WEB_FEDORA_OPENID = 'https://id.fedoraproject.org'
ANITYA_WEB_FEDORA_OPENID = 'https://id.fedoraproject.org'
{% endif %}