Update a few old urls in the badges frontend config.

This commit is contained in:
Ralph Bean 2013-08-07 15:41:12 +00:00
parent 897d92d978
commit 2f193be848

View file

@ -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