Declare the host and port mdapi listens to

This commit is contained in:
Pierre-Yves Chibon 2015-11-10 11:38:25 +01:00
parent ed64ea0d30
commit d141ad1c1a

View file

@ -1,3 +1,6 @@
HOST = '*'
PORT = '80'
{% if env == 'staging' %}
KOJI_REPO = 'http://koji.stg.fedoraproject.org/repos/'
PKGDB2_URL = 'https://admin.stg.fedoraproject.org/pkgdb/'