From d141ad1c1a00177c7440e5f8f62d6eeaa792acc4 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 10 Nov 2015 11:38:25 +0100 Subject: [PATCH] Declare the host and port mdapi listens to --- roles/mdapi/templates/mdapi.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/mdapi/templates/mdapi.cfg b/roles/mdapi/templates/mdapi.cfg index 35f500bb34..8a8d4cd8aa 100644 --- a/roles/mdapi/templates/mdapi.cfg +++ b/roles/mdapi/templates/mdapi.cfg @@ -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/'