From 344bec8fe54ddb60e07f0e5e7d1977d405498f74 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 6 Mar 2014 13:25:41 +0200 Subject: [PATCH] no config --- data/config.php | 75 ------------------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 data/config.php diff --git a/data/config.php b/data/config.php deleted file mode 100644 index 4a6bb804b6..0000000000 --- a/data/config.php +++ /dev/null @@ -1,75 +0,0 @@ - - array ( - 'host' => 'localhost', - 'dbname' => 'espocrm_test', - 'user' => 'root', - 'password' => '', - ), - 'logger' => - array ( - 'path' => 'data/logs/espo.log', - 'level' => 'DEBUG', - 'isRotate' => true, - 'maxRotateFiles' => 3, - ), - 'useCache' => false, - 'recordsPerPage' => 20, - 'recordsPerPageSmall' => 5, - 'applicationName' => 'EspoCRM', - 'timeZone' => 'UTC', - 'dateFormat' => 'MM/DD/YYYY', - 'timeFormat' => 'HH:mm', - 'weekStart' => 0, - 'thousandSeparator' => ',', - 'decimalMark' => '.', - 'currencyList' => - array ( - 0 => 'USD', - 1 => 'EUR', - ), - 'defaultCurrency' => 'USD', - 'outboundEmailIsShared' => true, - 'outboundEmailFromName' => 'EspoCRM', - 'outboundEmailFromAddress' => 'crm@letrium.com', - 'smtpServer' => 'mail.letrium.com', - 'smtpPort' => 25, - 'smtpAuth' => true, - 'smtpSecurity' => '', - 'smtpUsername' => 'test+letrium.com', - 'smtpPassword' => 'test123', - 'tabList' => - array ( - 0 => 'Account', - 1 => 'Contact', - 2 => 'Lead', - 3 => 'Prospect', - 4 => 'Opportunity', - 5 => 'Calendar', - 6 => 'Meeting', - 7 => 'Call', - 8 => 'Task', - 9 => 'Case', - ), - 'quickCreateList' => - array ( - 0 => 'Contact', - 1 => 'Lead', - 2 => 'Meeting', - 3 => 'Call', - 4 => 'Task', - ), - 'currency' => - array ( - 'base' => 'USD', - 'rate' => - array ( - 'EUR' => 1.3000000000000000444089209850062616169452667236328125, - 'GBP' => 1.6699999999999999289457264239899814128875732421875, - ), - ), -); - -?> \ No newline at end of file