Declare the host and port mdapi listens to
This commit is contained in:
parent
ed64ea0d30
commit
d141ad1c1a
1 changed files with 3 additions and 0 deletions
|
@ -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/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue