array ( 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => '', 'dbname' => '', 'user' => '', 'password' => '', ), 'useCache' => true, 'recordsPerPage' => 20, 'recordsPerPageSmall' => 5, 'applicationName' => 'EspoCRM', 'version' => '@@version', 'timeZone' => 'UTC', 'dateFormat' => 'MM/DD/YYYY', 'timeFormat' => 'HH:mm', 'weekStart' => 0, 'thousandSeparator' => ',', 'decimalMark' => '.', 'exportDelimiter' => ',', 'currencyList' => array ( ), 'defaultCurrency' => 'USD', 'currency' => array( 'base' => 'USD', 'rate' => array( ), ), 'outboundEmailIsShared' => true, 'outboundEmailFromName' => 'EspoCRM', 'outboundEmailFromAddress' => '', 'smtpServer' => '', 'smtpPort' => 25, 'smtpAuth' => true, 'smtpSecurity' => '', 'smtpUsername' => '', 'smtpPassword' => '', 'languageList' => array( 'en_US', 'de_DE', 'es_ES', 'fr_FR', 'tr_TR', 'ro_RO', 'pt_BR' ), 'language' => 'en_US', 'logger' => array ( 'path' => 'data/logs/espo.log', 'level' => 'ERROR', /** DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY */ 'isRotate' => true, /** rotate log files every day */ 'maxRotateFiles' => 30, /** max number of rotate files */ ), 'authenticationMethod' => 'Espo', 'globalSearchEntityList' => array ( 0 => 'Account', 1 => 'Contact', 2 => 'Lead', 3 => 'Opportunity', ), "tabList" => array("Account", "Contact", "Lead", "Opportunity", "Calendar", "Meeting", "Call", "Task", "Case", "Email"), "quickCreateList" => array("Account", "Contact", "Lead", "Opportunity", "Meeting", "Call", "Task", "Case"), 'calendarDefaultEntity' => 'Meeting', 'isInstalled' => false, );