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-02-27 23:11:17 +01:00
|
|
|
resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"
|
|
|
|
;load everything in the modules directory including models
|
|
|
|
resources.modules[] = ""
|
2010-12-07 20:19:27 +01:00
|
|
|
resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts/"
|
|
|
|
resources.view[] =
|
|
|
|
resources.db.adapter = "Pdo_Pgsql"
|
|
|
|
resources.db.params.charset = "utf8"
|
|
|
|
resources.db.params.host = "localhost"
|
2011-01-06 01:05:57 +01:00
|
|
|
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
|