review-stats: correct bz url and remove double quotes from values

Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
Mattia Verga 2020-03-21 19:03:04 +01:00 committed by Pierre-Yves Chibon
parent a68af1ae3a
commit 81d0a5d481

View file

@ -1,11 +1,11 @@
[review-stats]
{% if env == "staging" %}
url = "https://partner-bugzilla.redhat.com"
url = https://partner-bugzilla.redhat.com/xmlrpc.cgi
{% else %}
url = "https://bugzilla.redhat.com"
url = https://bugzilla.redhat.com/xmlrpc.cgi
{% endif %}
username = "package-review@lists.fedoraproject.org"
password = "{{ packagereviewbugzilla }}"
username = package-review@lists.fedoraproject.org
password = {{ packagereviewbugzilla }}
[review-stats-logging]
journal_level = INFO