From c7231fced6f7cd1eadf5e50b8cfde72b1ede269b Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 30 Jul 2017 00:49:21 +0200 Subject: [PATCH] Set SERVER_NAME for Copr MBS instance --- roles/copr/mbs/templates/config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/copr/mbs/templates/config.py b/roles/copr/mbs/templates/config.py index f09dee1145..db2a706126 100644 --- a/roles/copr/mbs/templates/config.py +++ b/roles/copr/mbs/templates/config.py @@ -44,6 +44,10 @@ class ProdConfiguration(base.ProdConfiguration): # We can set some limit in the future, once we need it NUM_CONSECUTIVE_BUILDS = 0 + # When MBS frontend runs on same machine as scheduler, + # it is fine to set this to localhost + SERVER_NAME = 'localhost' + class DevConfiguration(base.DevConfiguration): SYSTEM = 'copr'