##// END OF EJS Templates
configitems: register the 'web.staticurl' config
Boris Feld -
r34760:cd7bf9ad default
parent child Browse files
Show More
@@ -962,6 +962,9 b" coreconfigitem('web', 'push_ssl',"
962 coreconfigitem('web', 'refreshinterval',
962 coreconfigitem('web', 'refreshinterval',
963 default=20,
963 default=20,
964 )
964 )
965 coreconfigitem('web', 'staticurl',
966 default=None,
967 )
965 coreconfigitem('web', 'stripes',
968 coreconfigitem('web', 'stripes',
966 default=1,
969 default=1,
967 )
970 )
General Comments 0
You need to be logged in to leave comments. Login now