summaryrefslogtreecommitdiffstats
path: root/application/configs/application.ini.dist
blob: e2d8b735e3d086f4e44056a6939dc17bb0b659fa (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
61
[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.changefilter = /resource/changefilter/apikey/
pbs2.deletefilter = /resource/deletefilter/apikey/
pbs2.addfilterentry = /resource/addfilterentry/apikey/
pbs2.changefilterentry = /resource/changefilterentry/apikey/
pbs2.getperson = /resource/getperson/apikey/
pbs2.getmembership = /resource/getmembership/apikey/
pbs2.getgroup = /resource/getgroup/apikey/
pbs2.getrole = /resource/getrole/apikey/
pbs2.getclient = /resource/getclient/apikey/
poolctrl.host = 
poolctrl.runevent = /event/run/apikey/
poolctrl.reportevent = /event/report/apikey/
gearman.server.host = 
gearman.server.port = 
gearman.worker.waitTime = 120
gearman.worker.scsavTime = 3600
gearman.worker.updateRate = 1
gearman.worker.ps.blacklist = firefox-bin, chromium-browse, evolution-data, evolution-exch, evolution-alar, lxterminal, konsole, xfce4-terminal, thunderbird-bi, evince, gnome-terminal, vmplayer-daemon, vmware-vmx, vmware-unity-he, soffice.bin, acroread, eclipse
gearman.worker.ps.whitelist = gnome-screensav, Kscreensaver
event.updatePeriod = 5
event.lookbacktime = 1
event.category.default = Lecture
 
[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