From 4c48877681483107a6eba7750dd2788aff5c8bd0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 16 Jul 2013 15:36:26 +0000 Subject: [PATCH] Use the correct base_url for tahrir in stg. --- roles/badges-frontend/templates/tahrir.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/badges-frontend/templates/tahrir.ini b/roles/badges-frontend/templates/tahrir.ini index 0d37a6f22c..57010ef8a6 100644 --- a/roles/badges-frontend/templates/tahrir.ini +++ b/roles/badges-frontend/templates/tahrir.ini @@ -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 %}