[production]
; ------------------------------------------------------------------------------
; Mostrar Errores
; ------------------------------------------------------------------------------
phpSettings.display_startup_errors = 0
phpSettings.display_errors = 0
resources.frontController.params.displayExceptions = 0
; ------------------------------------------------------------------------------
; Ubicacion de los directorios
; ------------------------------------------------------------------------------
includePaths.library = APPLICATION_PATH "/../library"
autoloaderNamespaces.App = "App_"
bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts"
resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"
;resources.frontController.plugins.access_check = "App_Plugin_AccessCheck"
resources.view.helperPath.App_View_Helper = APPLICATION_PATH "/../library/App/View/Helper"
; ------------------------------------------------------------------------------
; Confirguracion y datos iniciales
; ------------------------------------------------------------------------------
bootstrap.class = "Bootstrap"
appnamespace = "Application"
resources.modules[] =
resources.view.encoding = "UTF-8"
resources.layout.layout = layout
resources.frontController.useDefaultControllerAlways = true
resources.frontController.defaultModule = default
resources.frontController.defaultAction = index
resources.view.helperPath.ZendX_JQuery_View_Helper = "ZendX/JQuery/View/Helper"
pluginPaths.ZendX_Application_Resource = "ZendX/Application/Resource"
resources.Jquery.noconflictmode = false
resources.Jquery.version = 1.7.1
resources.Jquery.localpath = "/utravel/public/js/jquery-1.7.1.min.js"
resources.Jquery.enable = true
resources.Jquery.ui_enable = true
resources.Jquery.ui_version = 1.9m6
resources.Jquery.uiversion = 1.9m6
resources.Jquery.ui_localpath = "/utravel/public/js/jquery-ui-1.9m6.js";
resources.Jquery.cdn_ssl = false
resources.Jquery.render_mode = 255
resources.Jquery.stylesheet = "/utravel/public/css/jquery-ui-1.9m6.css"
; ------------------------------------------------------------------------------
; Conexion Base de Datos Zend_DB
; ------------------------------------------------------------------------------
resources.db.adapter = PDO_MYSQL
resources.db.params.host = quabox.com
resources.db.params.username = quabox_utravel
resources.db.params.password = utravel
resources.db.params.dbname = quabox_utravel
resources.db.params.profiler.enabled = "true"
resources.db.params.profiler.class = "Zend_Db_Profiler_Firebug"
[staging : production]
[testing : production]
phpSettings.display_startup_errors = 1
phpSettings.display_errors = 1
resources.frontController.params.displayExceptions = 1
[development : production]
phpSettings.display_startup_errors = 1
phpSettings.display_errors = 1
resources.frontController.params.displayExceptions = 1