mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
11 lines
294 B
INI
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 %}
|