mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
21 lines
514 B
INI
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
|