copr-mbs: set allow_custom_scmurls to True

This commit is contained in:
clime 2017-11-08 13:00:14 +01:00
parent 21e1fab182
commit ebc29977ef

View file

@ -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):