Contact koji.stg via https to avoid redirecting to prod from stg
This commit is contained in:
parent
ee510555a6
commit
8e34385509
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ PORT = '80'
|
||||||
PREFIX = '/mdapi'
|
PREFIX = '/mdapi'
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
{% 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/'
|
PKGDB2_URL = 'https://admin.stg.fedoraproject.org/pkgdb/'
|
||||||
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
|
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue