More openid tweaks.

This commit is contained in:
Ralph Bean 2013-08-01 17:43:16 +00:00
parent 1df977ea0c
commit 9ee550e60d

View file

@ -43,14 +43,14 @@ dogpile.cache.arguments.distributed_lock = True
{% if env == 'staging' %}
tahrir.title = Fedora Badges (staging!)
tahrir.base_url = https://apps.stg.fedoraproject.org/badges
tahrir.openid_identifier = http://id.stg.fedoraproject.org
tahrir.openid_realm = https://apps.stg.fedoraproject.org/badges
tahrir.openid_identifier = http://id.stg.fedoraproject.org/
tahrir.openid_realm = https://apps.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.openid_identifier = http://id.fedoraproject.org
tahrir.openid_realm = https://apps.fedoraproject.org/badges
tahrir.openid_identifier = http://id.fedoraproject.org/
tahrir.openid_realm = https://apps.fedoraproject.org
tahrir.websocket.topic = org.fedoraproject.prod.fedbadges.badge.award
{% endif %}
tahrir.secure_cookies = True