Files
fedora-infra_ansible/roles/openshift-apps/mdapi/templates/mdapi.cfg
2025-06-27 12:25:21 +02:00

11 lines
314 B
INI

HOST = '*'
PORT = '8080'
DL_VERIFY = False
{% if env == 'staging' %}
KOJI_REPO = 'https://koji.stg.fedoraproject.org/repos/'
DL_SERVER = 'http://dl.{{datacenter}}.fedoraproject.org'
{% else %}
KOJI_REPO = 'https://koji.fedoraproject.org/repos/'
DL_SERVER = 'http://dl.{{datacenter}}.fedoraproject.org'
{% endif %}