This makes a lot of sense.

This commit is contained in:
Ralph Bean 2014-08-05 12:41:33 +00:00
parent f2333139a7
commit 52e7cb5ad1

View file

@ -10,7 +10,11 @@ bugzilla.products = Fedora, Fedora EPEL
bugzilla.num_workers = 2
# These are credentials used to log in to bugzilla
{% if env == 'staging' %}
bugzilla.url = https://partner-bugzilla.redhat.com
{% else %}
bugzilla.url = https://bugzilla.redhat.com
{% endif %}
bugzilla.username = {{ bugzilla_user }}
bugzilla.password = {{ bugzilla_password }}