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] [review-stats]
{% if env == "staging" %} {% if env == "staging" %}
url = "https://partner-bugzilla.redhat.com" url = https://partner-bugzilla.redhat.com/xmlrpc.cgi
{% else %} {% else %}
url = "https://bugzilla.redhat.com" url = https://bugzilla.redhat.com/xmlrpc.cgi
{% endif %} {% endif %}
username = "package-review@lists.fedoraproject.org" username = package-review@lists.fedoraproject.org
password = "{{ packagereviewbugzilla }}" password = {{ packagereviewbugzilla }}
[review-stats-logging] [review-stats-logging]
journal_level = INFO journal_level = INFO