copr-fe-dev: run against production openid temporarily

To debug https://bugzilla.redhat.com/show_bug.cgi?id=1943925
This commit is contained in:
Pavel Raiskup 2021-10-12 13:21:53 +02:00
parent 9296d0d8dd
commit fe6a1524ac

View file

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