copr-fe-stg: test stg openid in stg environment
This commit is contained in:
parent
314359cbf1
commit
1192d848f2
1 changed files with 3 additions and 0 deletions
|
@ -5,7 +5,10 @@ ENV="{% if devel %}devel{% else %}{{ env }}{% endif %}"
|
||||||
# Directory and files where is stored Copr database files
|
# Directory and files where is stored Copr database files
|
||||||
DATA_DIR = '/var/lib/copr/data'
|
DATA_DIR = '/var/lib/copr/data'
|
||||||
DATABASE = '/var/lib/copr/data/copr.db'
|
DATABASE = '/var/lib/copr/data/copr.db'
|
||||||
|
|
||||||
|
OPENID_PROVIDER_URL = "https://id{% if devel %}.stg{% endif %}.fedoraproject.org"
|
||||||
OPENID_STORE = '/var/lib/copr/data/openid_store'
|
OPENID_STORE = '/var/lib/copr/data/openid_store'
|
||||||
|
|
||||||
WHOOSHEE_DIR = '/var/lib/copr/data/whooshee'
|
WHOOSHEE_DIR = '/var/lib/copr/data/whooshee'
|
||||||
WHOOSHEE_MIN_STRING_LEN = 2
|
WHOOSHEE_MIN_STRING_LEN = 2
|
||||||
WHOOSHEE_WRITER_TIMEOUT = 10
|
WHOOSHEE_WRITER_TIMEOUT = 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue