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 %}