From 2354972b0c73b49ac19e920f387237908e1dcd8c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 10 Jun 2014 14:05:03 +0200 Subject: [PATCH] Use stg FAS in stg, not in prod --- roles/elections/templates/fedora-elections.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/elections/templates/fedora-elections.cfg b/roles/elections/templates/fedora-elections.cfg index 238ec2a3a9..70eff47cb0 100644 --- a/roles/elections/templates/fedora-elections.cfg +++ b/roles/elections/templates/fedora-elections.cfg @@ -18,9 +18,9 @@ FEDORA_ELECTIONS_ADMIN_GROUP = 'elections' ## integration. ## URL of the FAS server to use {% if env == 'staging' %} -FAS_BASE_URL = 'https://admin.fedoraproject.org/accounts/' -{% else %} FAS_BASE_URL = 'https://admin.stg.fedoraproject.org/accounts/' +{% else %} +FAS_BASE_URL = 'https://admin.fedoraproject.org/accounts/' {% endif %} FAS_USERNAME = '{{ fedorathirdpartyUser }}' FAS_PASSWORD = '{{ fedorathirdpartyPassword }}'