diff --git a/roles/anitya/frontend/templates/anitya.cfg b/roles/anitya/frontend/templates/anitya.cfg index eed8c5c5f9..e0c0fba96a 100644 --- a/roles/anitya/frontend/templates/anitya.cfg +++ b/roles/anitya/frontend/templates/anitya.cfg @@ -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 %}