From 0e5a9ed93186bde6dca4ea1866d834ec406980fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 10 Sep 2019 18:09:38 +0200 Subject: [PATCH] [the-new-hotness] Change mdapi staging URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/config.toml b/roles/openshift-apps/the-new-hotness/templates/config.toml index b8567bf50e..11b47fa263 100644 --- a/roles/openshift-apps/the-new-hotness/templates/config.toml +++ b/roles/openshift-apps/the-new-hotness/templates/config.toml @@ -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 %}