Files
fedora-infra_ansible/roles/openshift-apps/review-stats/templates/config.cfg
2022-02-23 11:50:56 -08:00

21 lines
514 B
INI

[review-stats]
{% if env == "staging" %}
url = https://bugzilla.stage.redhat.com/xmlrpc.cgi
{% else %}
url = https://bugzilla.redhat.com/xmlrpc.cgi
{% endif %}
# username = package-review@lists.fedoraproject.org
# password = {{ packagereviewbugzilla }}
{% if env == "staging" %}
bugzilla_api_key = {{ reviewstatsbzapikey_stg }}
{% else %}
bugzilla_api_key = {{ reviewstatsbzapikey }}
{% endif %}
[review-stats-worker]
needinfo_waiting_days = 30
not_updated_days = 365
[review-stats-logging]
journal_level = INFO