Blockerbugs: fixup FAS on stg
This commit is contained in:
parent
866206b9b2
commit
12913c02bd
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@ FAS_PASSWORD = "{{ blockerbugs_fas_password }}"
|
|||
FAS_FLASK_COOKIE_REQUIRES_HTTPS = False
|
||||
FAS_CHECK_CERT = False
|
||||
PRODUCTION = False
|
||||
TESTING = True
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||
{% endif %}
|
||||
BUGZILLA_URL = '{{ blockerbugs_bugzilla_url }}'
|
||||
|
@ -26,6 +27,9 @@ SESSION_COOKIE_SECURE = True
|
|||
# Tell flask that we're behind proxy
|
||||
BEHIND_PROXY = True
|
||||
|
||||
# Always hide DB_URI
|
||||
SHOW_DB_URI = False
|
||||
|
||||
# enable fedmenu
|
||||
FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu/'
|
||||
FEDMENU_DATA_URL = 'https://apps.fedoraproject.org/js/data.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue