Set SERVER_NAME for Copr MBS instance

This commit is contained in:
Jakub Kadlcik 2017-07-30 00:49:21 +02:00 committed by clime
parent 6d2dadf8b5
commit c7231fced6

View file

@ -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'