diff --git a/roles/blockerbugs/templates/blockerbugs-settings.py.j2 b/roles/blockerbugs/templates/blockerbugs-settings.py.j2 index b387e78709..83b0b1fc8f 100644 --- a/roles/blockerbugs/templates/blockerbugs-settings.py.j2 +++ b/roles/blockerbugs/templates/blockerbugs-settings.py.j2 @@ -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'