Files
fedora-infra_ansible/roles/mdapi/templates/mdapi.cfg
2018-07-19 20:40:14 +00:00

15 lines
353 B
INI

HOST = '*'
PORT = '8080'
PREFIX = '/mdapi'
{% if env == 'staging' %}
KOJI_REPO = 'https://koji.stg.fedoraproject.org/repos/'
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
{% else %}
KOJI_REPO = 'https://koji.fedoraproject.org/repos/'
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
{% endif %}
# The koji cert doesn't match its host
DL_VERIFY = False