This makes a lot of sense.
This commit is contained in:
parent
f2333139a7
commit
52e7cb5ad1
1 changed files with 4 additions and 0 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue