diff --git a/roles/copr/frontend-cloud/templates/copr.conf b/roles/copr/frontend-cloud/templates/copr.conf index 3abed44636..94110cc9bc 100644 --- a/roles/copr/frontend-cloud/templates/copr.conf +++ b/roles/copr/frontend-cloud/templates/copr.conf @@ -66,7 +66,7 @@ INTRANET_IPS = {{ copr_backend_ips }} REPO_GPGCHECK = {% if devel %} 0 {% else %} 1 {% endif %} {% if env == 'staging' %} -PUBLIC_COPR_BASE_URL = "https://copr-fe-dev.cloud.fedoraproject.org" +PUBLIC_COPR_BASE_URL = "https://download.copr-dev.fedorainfracloud.org" {% else %} PUBLIC_COPR_BASE_URL = "https://copr.fedorainfracloud.org" {% endif %}