diff --git a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini index 3943980528..83d8309e8e 100644 --- a/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini +++ b/roles/bugzilla2fedmsg/templates/bugzilla2fedmsg.ini @@ -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 }}