extranet/application/configs/application.ini

33 lines
1.4 KiB
INI
Raw Normal View History

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