copr-mbs: set allow_custom_scmurls to True
This commit is contained in:
parent
21e1fab182
commit
ebc29977ef
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class ProdConfiguration(base.ProdConfiguration):
|
|||
# When MBS frontend runs on same machine as scheduler,
|
||||
# it is fine to set this to localhost
|
||||
SERVER_NAME = 'localhost'
|
||||
ALLOW_CUSTOM_SCMURLS = True
|
||||
|
||||
|
||||
class DevConfiguration(base.DevConfiguration):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue