Update config file for staging instance

This commit is contained in:
Jason Tibbitts 2013-04-25 20:31:06 -05:00
parent 52de7eeee8
commit 58bea8a6c6

View file

@ -1,4 +1,8 @@
[global]
<% if environment == "staging" %>
url = "https://partner-bugzilla.redhat.com/xmlrpc.cgi"
<% else %>
url = "https://bugzilla.redhat.com/xmlrpc.cgi"
<% end %>
username = "package-review@lists.fedoraproject.org"
password = "<%= packagereviewbugzilla %>"