diff --git a/roles/openshift-apps/review-stats/templates/config.cfg b/roles/openshift-apps/review-stats/templates/config.cfg index 45744be108..dcf5e44211 100644 --- a/roles/openshift-apps/review-stats/templates/config.cfg +++ b/roles/openshift-apps/review-stats/templates/config.cfg @@ -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