2010-12-07 20:19:27 +01:00
|
|
|
[production]
|
|
|
|
phpSettings.display_startup_errors = 0
|
|
|
|
phpSettings.display_errors = 0
|
|
|
|
bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
|
|
|
|
bootstrap.class = "Bootstrap"
|
|
|
|
appnamespace = "Application"
|
|
|
|
resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
|
|
|
|
resources.frontController.params.displayExceptions = 0
|
2014-08-01 21:30:37 +02:00
|
|
|
resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"
|
2014-03-03 17:21:25 +01:00
|
|
|
resources.frontController.plugins.putHandler = "Zend_Controller_Plugin_PutHandler"
|
2014-08-01 21:30:37 +02:00
|
|
|
resources.modules[] = ""
|
2014-02-27 23:11:17 +01:00
|
|
|
;load everything in the modules directory including models
|
2010-12-07 20:19:27 +01:00
|
|
|
resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts/"
|
2014-08-01 17:51:20 +02:00
|
|
|
resources.modules[] = ""
|
2010-12-07 20:19:27 +01:00
|
|
|
resources.view[] =
|
2022-06-06 17:10:44 +02:00
|
|
|
; These are no longer needed. They are specified in /etc/libretime/config.yml:
|
2014-05-02 21:50:37 +02:00
|
|
|
;resources.db.adapter = "Pdo_Pgsql"
|
|
|
|
;resources.db.params.charset = "utf8"
|
|
|
|
;resources.db.params.host = "localhost"
|
|
|
|
;resources.db.params.username = "airtime"
|
|
|
|
;resources.db.params.password = "airtime"
|
|
|
|
;resources.db.params.dbname = "airtime"
|
2010-12-07 20:19:27 +01:00
|
|
|
|
|
|
|
[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
|