diff --git a/application/configs/application.ini b/application/configs/application.ini index 06fe27d..025397d 100644 --- a/application/configs/application.ini +++ b/application/configs/application.ini @@ -1,214 +1,216 @@ [production] 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" autoloaderNamespaces[] = "Local_" autoloaderNamespaces[] = "Ppload_" +settings.client.default.tag_group_plasmaversion_id = '' + ; FRONTCONTROLLER: resources.frontController.params.displayExceptions = 0 resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers" ; resources.frontController.modulecontrollerdirectoryname = ; resources.frontController.moduledirectory = resources.frontController.defaultcontrollername = 'ocsv1' resources.frontController.defaultaction = 'index' ; resources.frontController.defaultmodule = 'default' ; resources.frontController.baseurl = ; resources.frontController.returnresponse = false ; resources.frontController.throwexceptions = false ; resources.frontController.actionhelperpaths. = resources.frontController.noErrorHandler = true resources.frontController.noViewRenderer = true resources.frontController.useDefaultControllerAlways = true ; resources.frontController.disableOutputBuffering = false ; resources.frontController.prefixDefaultModule = false ; DB options: resources.db.adapter = "pdo_mysql" resources.db.isDefaultTableAdapter = true resources.db.params.host = resources.db.params.username = resources.db.params.password = resources.db.params.dbname = ; resources.db.params.port = resources.db.params.charset = "utf8" resources.db.params.type = "pdo_mysql" resources.db.params.driver_options.1002 = "SET NAMES utf8" ; resources.db.params.options.