Use the correct base_url for tahrir in stg.

This commit is contained in:
Ralph Bean 2013-07-16 15:36:26 +00:00
parent 0fd8af5ef1
commit 4c48877681

View file

@ -33,7 +33,7 @@ dogpile.cache.arguments.distributed_lock = True
{% if env == 'staging' %}
tahrir.title = Fedora Badges (staging!)
tahrir.base_url = badges.stg.fedoraproject.org
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
{% else %}