configitems: register the 'web.allow_read' config

This commit is contained in:
Boris Feld 2017-06-30 03:45:34 +02:00
parent 88ddcbbd5b
commit b58ad1d77b

View File

@ -591,6 +591,9 @@ coreconfigitem('web', 'address',
coreconfigitem('web', 'allow_archive',
default=list,
)
coreconfigitem('web', 'allow_read',
default=list,
)
coreconfigitem('worker', 'backgroundclose',
default=dynamicdefault,
)