forked from kimchi-project/ginger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ginger.conf
68 lines (53 loc) · 1.31 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[wok]
enable = True
plugin_class = "Ginger"
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'
[/firmware]
tools.wokauth.on = True
[/powerprofiles]
tools.wokauth.on = True
[/users]
tools.wokauth.on = True
[/network]
tools.wokauth.on = True
[/backup]
tools.wokauth.on = True
[/san_adapters]
tools.wokauth.on = True
[/sensors]
tools.wokauth.on = True
[/ibm_sep]
tools.wokauth.on = True
[/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