2011-09-27 10:21:40 +02:00
|
|
|
[production]
|
|
|
|
phpSettings.date.timezone = "Europe/Paris"
|
|
|
|
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
|
|
|
|
autoloaderNamespaces[] = "Application_"
|
2011-10-24 17:05:30 +02:00
|
|
|
resources.frontController.plugins.Auth = "Application_Controller_Plugin_Auth"
|
2012-01-03 16:04:02 +01:00
|
|
|
resources.frontController.plugins.Comptage = "Application_Controller_Plugin_Comptage"
|
2011-09-27 10:21:40 +02:00
|
|
|
resources.layout.layout = "main"
|
|
|
|
resources.layout.layoutPath = APPLICATION_PATH "/views/default"
|
|
|
|
resources.view.basePath = APPLICATION_PATH "/views/default"
|
|
|
|
|
|
|
|
[staging : production]
|
|
|
|
resources.frontController.params.displayExceptions = 0
|
|
|
|
phpSettings.soap.wsdl_cache_enabled = 0
|
|
|
|
|
|
|
|
[development : production]
|
|
|
|
phpSettings.display_startup_errors = 1
|
|
|
|
phpSettings.display_errors = 1
|
|
|
|
phpSettings.soap.wsdl_cache_enabled = 0
|
|
|
|
resources.frontController.params.displayExceptions = 1
|
|
|
|
|
|
|
|
[testing : production]
|
|
|
|
phpSettings.display_startup_errors = 1
|
|
|
|
phpSettings.display_errors = 1
|