forked from kimchi-project/gingerbase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgingerbase.conf
31 lines (28 loc) · 869 Bytes
/
gingerbase.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[wok]
enable = True
plugin_class = "GingerBase"
uri = "/plugins/gingerbase"
extra_auth_api_class = "control.sub_nodes"
[/]
tools.trailing_slash.on = False
request.methods_with_bodies = ('POST', 'PUT')
tools.nocache.on = True
tools.proxy.on = True
tools.sessions.on = True
tools.sessions.name = 'wok'
tools.sessions.secure = True
tools.sessions.httponly = True
tools.sessions.locking = 'explicit'
tools.sessions.storage_type = 'ram'
tools.sessions.timeout = 10
tools.wokauth.on = True
[/data/debugreports]
tools.staticdir.on = True
tools.staticdir.dir = wok.config.PluginPaths('gingerbase').state_dir + '/debugreports'
tools.nocache.on = False
tools.wokauth.on = True
tools.staticdir.content_types = {'xz': 'application/x-xz'}
[/help]
tools.staticdir.on = True
tools.staticdir.dir = wok.config.PluginPaths('gingerbase').ui_dir + '/pages/help'
tools.nocache.on = True