Update a few old urls in the badges frontend config.
This commit is contained in:
parent
897d92d978
commit
2f193be848
1 changed files with 4 additions and 4 deletions
|
@ -42,15 +42,15 @@ dogpile.cache.arguments.distributed_lock = True
|
|||
|
||||
{% if env == 'staging' %}
|
||||
tahrir.title = Fedora Badges (staging!)
|
||||
tahrir.base_url = https://apps.stg.fedoraproject.org/badges
|
||||
tahrir.base_url = https://badges.stg.fedoraproject.org
|
||||
tahrir.openid_identifier = http://id.stg.fedoraproject.org/
|
||||
tahrir.openid_realm = https://apps.stg.fedoraproject.org
|
||||
tahrir.openid_realm = https://badges.stg.fedoraproject.org
|
||||
tahrir.websocket.topic = org.fedoraproject.stg.fedbadges.badge.award
|
||||
{% else %}
|
||||
tahrir.title = Fedora Badges
|
||||
tahrir.base_url = https://apps.fedoraproject.org/badges
|
||||
tahrir.base_url = https://badges.fedoraproject.org
|
||||
tahrir.openid_identifier = http://id.fedoraproject.org/
|
||||
tahrir.openid_realm = https://apps.fedoraproject.org
|
||||
tahrir.openid_realm = https://badges.fedoraproject.org
|
||||
tahrir.websocket.topic = org.fedoraproject.prod.fedbadges.badge.award
|
||||
{% endif %}
|
||||
tahrir.secure_cookies = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue