2010-11-22 12:50:12 +00:00
|
|
|
[production]
|
2011-08-24 09:06:20 +00:00
|
|
|
phpSettings.date.timezone = "Europe/Paris"
|
2010-11-22 12:50:12 +00:00
|
|
|
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
|
2011-01-11 08:43:13 +00:00
|
|
|
autoloaderNamespaces[] = "Application_"
|
2011-04-27 12:09:12 +00:00
|
|
|
resources.frontController.plugins.Auth = "Application_Controller_Plugin_Auth"
|
2011-04-29 07:46:29 +00:00
|
|
|
resources.frontController.plugins.Menu = "Application_Controller_Plugin_Menu"
|
|
|
|
resources.frontController.plugins.Pdf = "Application_Controller_Plugin_Pdf"
|
2011-08-18 15:52:37 +00:00
|
|
|
resources.frontController.plugins.Xml = "Application_Controller_Plugin_Xml"
|
2011-04-29 07:46:29 +00:00
|
|
|
resources.frontController.plugins.Cgu = "Application_Controller_Plugin_Cgu"
|
2010-11-22 12:50:12 +00:00
|
|
|
resources.layout.layout = "main"
|
|
|
|
resources.layout.layoutPath = APPLICATION_PATH "/views/default"
|
2010-11-23 08:18:52 +00:00
|
|
|
resources.view.basePath = APPLICATION_PATH "/views/default"
|
|
|
|
|
2010-11-22 12:50:12 +00:00
|
|
|
[staging : production]
|
|
|
|
resources.frontController.params.displayExceptions = 1
|
2011-08-19 14:05:18 +00:00
|
|
|
phpSettings.soap.wsdl_cache_enabled = 0
|
2010-11-22 12:50:12 +00:00
|
|
|
|
|
|
|
[development : production]
|
|
|
|
phpSettings.display_startup_errors = 1
|
|
|
|
phpSettings.display_errors = 1
|
2011-08-19 14:05:18 +00:00
|
|
|
phpSettings.soap.wsdl_cache_enabled = 0
|
2010-11-22 12:50:12 +00:00
|
|
|
resources.frontController.params.displayExceptions = 1
|
|
|
|
|
|
|
|
[testing : production]
|
|
|
|
phpSettings.display_startup_errors = 1
|
|
|
|
phpSettings.display_errors = 1
|