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'