##// END OF EJS Templates
configitems: register the 'web.baseurl' config
Boris Feld -
r34228:4a192d70 default
parent child Browse files
Show More
@@ -594,6 +594,9 b" coreconfigitem('web', 'allow_archive',"
594 coreconfigitem('web', 'allow_read',
594 coreconfigitem('web', 'allow_read',
595 default=list,
595 default=list,
596 )
596 )
597 coreconfigitem('web', 'baseurl',
598 default=None,
599 )
597 coreconfigitem('worker', 'backgroundclose',
600 coreconfigitem('worker', 'backgroundclose',
598 default=dynamicdefault,
601 default=dynamicdefault,
599 )
602 )
General Comments 0
You need to be logged in to leave comments. Login now