Contact koji.stg via https to avoid redirecting to prod from stg

This commit is contained in:
Pierre-Yves Chibon 2015-12-14 11:28:55 +01:00
parent ee510555a6
commit 8e34385509

View file

@ -3,7 +3,7 @@ PORT = '80'
PREFIX = '/mdapi'
{% if env == 'staging' %}
KOJI_REPO = 'http://koji.stg.fedoraproject.org/repos/'
KOJI_REPO = 'https://koji.stg.fedoraproject.org/repos/'
PKGDB2_URL = 'https://admin.stg.fedoraproject.org/pkgdb/'
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
{% else %}