[production] ;error_reporting phpSettings.display_startup_errors = 0 phpSettings.display_errors = 0 phpSettings.date.timezone = "America/New_York" ;include path includePaths.library = APPLICATION_PATH "/../library" ;bootstrap bootstrap.path = APPLICATION_PATH "/Bootstrap.php" bootstrap.class = "Bootstrap" ;autoloader autoloadernamespaces[] = "Web_" autoloadernamespaces[] = "Orchard_" pluginpaths.Web_Application_Resource = "Web/Application/Resource" ;resources.frontController resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers" resources.modules[] = "" resources.frontController.moduleDirectory = APPLICATION_PATH "/modules" resources.frontController.plugins.moduleerrorhandlerswitcher = "Web_Controller_Plugin_ModuleErrorHandlerSwitcher" resources.frontController.plugins.moduleswitcher = "Web_Controller_Plugin_ModuleLayoutSwitcher" resources.frontController.defaultModule = "default" resources.frontController.defaultControllerName = "index" resources.frontController.defaultAction = "index" resources.mail.transport.type = "smtp" resources.mail.transport.ssl = "ssl" resources.mail.transport.host = "mail.theorchardemail.com" resources.mail.transport.auth = "login" resources.mail.transport.username = "donotreply@theorchardemail.com" resources.mail.transport.password = "Cl@$$ifi3d" resources.mail.transport.register = true ; True by default resources.mail.defaultFrom.email = "donotreply@theorchardemail.com" resources.mail.defaultFrom.name = "The Orchard" [staging : production] [testing : production] phpSettings.display_startup_errors = 1 phpSettings.display_errors = 1 resources.frontController.throwExceptions = 1 [development : production] phpSettings.display_startup_errors = 1 phpSettings.display_errors = 1 resources.frontController.throwExceptions = 0