copr-fe-dev: run against production openid temporarily
To debug https://bugzilla.redhat.com/show_bug.cgi?id=1943925
This commit is contained in:
parent
9296d0d8dd
commit
fe6a1524ac
1 changed files with 5 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue