the-new-hotness: Fix bugzilla configuration

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-02-15 10:58:31 +01:00
parent 35a01848ec
commit 6c197650e0

View file

@ -98,13 +98,16 @@ items:
[consumer_config.bugzilla]
enabled = true
#user = None
#password = None
api_key = "{{ upstream_release_bugzilla_api_token }}"
{% if env == "staging" %}
user = "{{ upstream_release_bugzilla_user }}"
password = "{{ upstream_release_bugzilla_password }}"
api_key = ""
url = "https://partner-bugzilla.redhat.com"
explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring"
{% else %}
user = ""
password = ""
api_key = "{{ upstream_release_bugzilla_api_token }}"
url = "https://bugzilla.redhat.com"
explanation_url = "https://fedoraproject.org/wiki/Upstream_release_monitoring"
{% endif %}