From fe6a1524acc2ab8bf626c3f4be5b14e934408fd3 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 12 Oct 2021 13:21:53 +0200 Subject: [PATCH] copr-fe-dev: run against production openid temporarily To debug https://bugzilla.redhat.com/show_bug.cgi?id=1943925 --- roles/copr/frontend-cloud/templates/copr.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/copr/frontend-cloud/templates/copr.conf b/roles/copr/frontend-cloud/templates/copr.conf index ac9b72ba56..4f17adfba4 100644 --- a/roles/copr/frontend-cloud/templates/copr.conf +++ b/roles/copr/frontend-cloud/templates/copr.conf @@ -6,7 +6,11 @@ ENV="{% if devel %}devel{% else %}{{ env }}{% endif %}" DATA_DIR = '/var/lib/copr/data' DATABASE = '/var/lib/copr/data/copr.db' -OPENID_PROVIDER_URL = "https://id{% if devel %}.stg{% endif %}.fedoraproject.org" +# 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_STORE = '/var/lib/copr/data/openid_store' WHOOSHEE_DIR = '/var/lib/copr/data/whooshee'