copr-fe-dev: switch against staging IPA again

This reverts commit fe6a1524ac.
This commit is contained in:
Pavel Raiskup 2021-10-27 09:28:35 +02:00
parent 50c16a0497
commit e53cf736ad

View file

@ -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'