Adjust the CNUCNU configuration key to ANITYA
This commit is contained in:
parent
9ababec817
commit
4bfce125cc
1 changed files with 3 additions and 3 deletions
|
@ -9,16 +9,16 @@ SECRET_KEY='{{ anitya_secret_key }}'
|
||||||
DB_URL='postgresql://{{ anitya_db_user }}:{{ anitya_db_pass }}@{{ anitya_db_host }}/{{ anitya_db_name }}'
|
DB_URL='postgresql://{{ anitya_db_user }}:{{ anitya_db_pass }}@{{ anitya_db_host }}/{{ anitya_db_name }}'
|
||||||
|
|
||||||
# List of admins based on their openid
|
# List of admins based on their openid
|
||||||
CNUCNU_WEB_ADMINS = [
|
ANITYA_WEB_ADMINS = [
|
||||||
'http://ralph.id.fedoraproject.org/',
|
'http://ralph.id.fedoraproject.org/',
|
||||||
'http://pingou.id.fedoraproject.org/',
|
'http://pingou.id.fedoraproject.org/',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Fedora OpenID endpoint
|
# Fedora OpenID endpoint
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
CNUCNU_WEB_FEDORA_OPENID = 'https://id.stg.fedoraproject.org'
|
ANITYA_WEB_FEDORA_OPENID = 'https://id.stg.fedoraproject.org'
|
||||||
{% else %}
|
{% else %}
|
||||||
CNUCNU_WEB_FEDORA_OPENID = 'https://id.fedoraproject.org'
|
ANITYA_WEB_FEDORA_OPENID = 'https://id.fedoraproject.org'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue