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'