From 67f6527c4e8fb2d59ea5ab96209f3750e4f593d0 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 3 Aug 2020 12:08:32 +0200 Subject: [PATCH] pagure: use the production ipsilon in stg as there are none there Signed-off-by: Pierre-Yves Chibon --- roles/pagure/frontend/templates/pagure.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index 253d855a79..a74258a7d9 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -22,7 +22,7 @@ PREFERRED_URL_SCHEME='https' {% if env == 'pagure-staging' %} # OpenID server to use -FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/openid/' +FAS_OPENID_ENDPOINT = 'https://id.fedoraproject.org/openid/' {% endif %} ### url to the database server: