Update config file for staging instance
This commit is contained in:
parent
52de7eeee8
commit
58bea8a6c6
1 changed files with 4 additions and 0 deletions
|
@ -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 %>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue