changing stg blockerbugs to use prod bz/bodhi as a datasource for testing
This commit is contained in:
parent
109a6cfdb7
commit
169675bb8e
1 changed files with 6 additions and 2 deletions
|
@ -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/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue