From 2d708cdcc7a4aaf22f9b07b2db7cb268cf5116f6 Mon Sep 17 00:00:00 2001 From: Mark O'Brien Date: Mon, 29 Mar 2021 12:07:00 +0100 Subject: [PATCH] It wasnt this change that broke it --- roles/openshift-apps/elections/templates/fedora-elections.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/elections/templates/fedora-elections.cfg b/roles/openshift-apps/elections/templates/fedora-elections.cfg index d9243d56ab..4364d424c1 100644 --- a/roles/openshift-apps/elections/templates/fedora-elections.cfg +++ b/roles/openshift-apps/elections/templates/fedora-elections.cfg @@ -26,8 +26,8 @@ OIDC_CLIENT_SECRETS = '/opt/app-root/secret/client_secrets.json' FASJSON = True FAS_BASE_URL = 'https://fasjson.stg.fedoraproject.org/' {% else %} -#FASJSON = True -FAS_BASE_URL = 'https://admin.fedoraproject.org/accounts/' +FASJSON = True +FAS_BASE_URL = 'https://fasjson.fedoraproject.org/' FAS_USERNAME = '{{ fedorathirdpartyUser }}' FAS_PASSWORD = '{{ fedorathirdpartyPassword }}' ## This should be ``True`` but should be changed to ``False`` if the FAS server