Files
fedora-infra_ansible/roles/openshift-apps/mdapi/templates/mdapi.cfg
2019-04-25 10:40:30 +02:00

11 lines
294 B
INI

HOST = '*'
PORT = '8080'
DL_VERIFY = False
{% 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 %}