[the-new-hotness] Change mdapi staging URL

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-09-10 18:09:38 +02:00 committed by Pierre-Yves Chibon
parent c22c50363f
commit 0e5a9ed931

View file

@ -71,7 +71,7 @@ handlers = ["console"]
[consumer_config]
repo_url = "https://pagure.io/releng/fedora-scm-requests"
{% if env == "staging" %}
mdapi_url = "https://apps.stg.fedoraproject.org/mdapi"
mdapi_url = "https://mdapi.stg.fedoraproject.org/"
pdc_url = "https://pdc.stg.fedoraproject.org"
dist_git_url = "https://src.stg.fedoraproject.org"
{% else %}