forked from kimchi-project/ginger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathginger.conf
46 lines (38 loc) · 1.08 KB
/
ginger.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[wok]
# Enable Ginger plugin on Wok server (values: True|False)
enable = True
# Root URI for Ginger APIs
uri = "/plugins/ginger"
[backup]
default_include = ['/etc', '/var/spool/cron']
default_exclude = ['/etc/init.d', '/etc/rc.d', '/etc/rc?.d', ]
timeout = '300'
[unit]
temperature = 'C'
[/]
tools.nocache.on = True
tools.trailing_slash.on = False
tools.sessions.on = True
tools.sessions.name = 'wok'
tools.sessions.httponly = True
tools.sessions.locking = 'explicit'
tools.sessions.storage_type = 'ram'
[/help]
tools.staticdir.on = True
tools.nocache.on = True
tools.staticdir.dir = wok.config.PluginPaths('ginger').ui_dir + '/pages/help'
[/css]
tools.staticdir.on: True
tools.staticdir.dir: wok.config.PluginPaths('ginger').ui_dir + '/css'
tools.wokauth.on: False
tools.nocache.on: False
[/js]
tools.staticdir.on: True
tools.staticdir.dir: wok.config.PluginPaths('ginger').ui_dir + '/js'
tools.wokauth.on: False
tools.nocache.on: False
[/images]
tools.staticdir.on: True
tools.staticdir.dir: wok.config.PluginPaths('ginger').ui_dir + '/images'
tools.wokauth.on: False
tools.nocache.on: False