summaryrefslogtreecommitdiffstats
path: root/application/configs/application.ini.dist
blob: 901668732dff593db94d9961d6c417c1312be414 (plain) (blame)
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
[production]
phpSettings.display_startup_errors = 0
phpSettings.display_errors = 0
includePaths.library = APPLICATION_PATH "/../library"
bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
bootstrap.class = "Bootstrap"
appnamespace = "Application"
resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
resources.frontController.params.displayExceptions = 0
resources.db.adapter = PDO_MYSQL
resources.db.params.host = localhost
resources.db.params.username = 
resources.db.params.password = 
resources.db.params.dbname = 
resources.db.isDefaultTableAdapter = true
resources.db.params.driver_options.1002 = "SET NAMES UTF8;"
resources.view[] = ""
resources.modules = ""
resources.layout.layout = "default"
resources.layout.layoutPath = APPLICATION_PATH "/layouts"
pbs2.host = 
pbs2.login = /resource/login/
pbs2.checkright = /resource/checkright/apikey
pbs2.getbootoss = /resource/getbootos/apikey/
pbs2.getpools = /resource/getpool/apikey/
pbs2.addbootmenu = /resource/addbootmenu/apikey/
pbs2.deletebootmenu = /resource/deletebootmenu/apikey/
pbs2.addfilter = /resource/addfilter/apikey/
pbs2.addfilterentry = /resource/addfilterentry/apikey/
pbs2.deletefilter = /resource/deletefilter/apikey/
pbs2.getperson = /resource/getperson/apikey/
pbs2.getmembership = /resource/getmembership/apikey/
pbs2.getgroup = /resource/getgroup/apikey/
pbs2.getrole = /resource/getrole/apikey/
gearman.server.host = 
gearman.server.port = 
gearman.worker.waitTime = 120
gearman.worker.updateRate = 1
gearman.worker.ps.blacklist.0 = firefox-bin
gearman.worker.ps.blacklist.1 = chromium-browse
gearman.worker.ps.blacklist.2 = thunderbird-bi
gearman.worker.ps.blacklist.3 = evince
gearman.worker.ps.blacklist.4 = soffice.bin
gearman.worker.ps.blacklist.5 = eclipse
gearman.worker.ps.blacklist.6 = acroread
gearman.worker.ps.blacklist.7 = libreoffice
gearman.worker.ps.whitelist.0 = gnome-screensav
gearman.worker.ps.whitelist.1 = Kscreensaver
event.updatePeriod = 5
 
[staging : production]

[testing : production]
phpSettings.display_startup_errors = 1
phpSettings.display_errors = 1
 
[development : production]
phpSettings.display_startup_errors = 1
phpSettings.display_errors = 1
resources.frontController.params.displayExceptions = 1