changing stg blockerbugs to use prod bz/bodhi as a datasource for testing

This commit is contained in:
Tim Flink 2016-04-26 19:25:09 +00:00
parent 109a6cfdb7
commit 169675bb8e

View file

@ -7,8 +7,12 @@ FAS_PASSWORD = "{{ blockerbugs_fas_password }}"
FAS_FLASK_COOKIE_REQUIRES_HTTPS = False
FAS_CHECK_CERT = False
PRODUCTION = False
BUGZILLA_URL = 'https://partner-bugzilla.redhat.com/'
BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
# maybe this should be pointing at staging but that makes
# the app really difficult to test because the data is so old
#BUGZILLA_URL = 'https://partner-bugzilla.redhat.com/'
#BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
BUGZILLA_URL = 'https://bugzilla.redhat.com/'
BODHI_URL = 'https://admin.fedoraproject.org/updates/'
{% else %}
BUGZILLA_URL = 'https://bugzilla.redhat.com/'
BODHI_URL = 'https://admin.fedoraproject.org/updates/'