Set SERVER_NAME for Copr MBS instance
This commit is contained in:
parent
6d2dadf8b5
commit
c7231fced6
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue