From e53cf736ad4ee478e584a50c4e110e5d8a1cbdd4 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 27 Oct 2021 09:28:35 +0200 Subject: [PATCH] copr-fe-dev: switch against staging IPA again This reverts commit fe6a1524acc2ab8bf626c3f4be5b14e934408fd3. --- roles/copr/frontend/templates/copr.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index c5677ce232..fccd2e927e 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -7,10 +7,7 @@ DATA_DIR = '/var/lib/copr/data' DATABASE = '/var/lib/copr/data/copr.db' # Stage runs against staging FAS/OpenID -#OPENID_PROVIDER_URL = "https://id{% if devel %}.stg{% endif %}.fedoraproject.org" -# Stage & production runs against production FAS/OpenID -OPENID_PROVIDER_URL = "https://id.fedoraproject.org" - +OPENID_PROVIDER_URL = "https://id{% if devel %}.stg{% endif %}.fedoraproject.org" OPENID_STORE = '/var/lib/copr/data/openid_store' WHOOSHEE_DIR = '/var/lib/copr/data/whooshee'