328 lines
11 KiB
PHP
328 lines
11 KiB
PHP
<?php
|
||
/************************************************************************
|
||
* This file is part of EspoCRM.
|
||
*
|
||
* EspoCRM – Open Source CRM application.
|
||
* Copyright (C) 2014-2025 EspoCRM, Inc.
|
||
* Website: https://www.espocrm.com
|
||
*
|
||
* This program is free software: you can redistribute it and/or modify
|
||
* it under the terms of the GNU Affero General Public License as published by
|
||
* the Free Software Foundation, either version 3 of the License, or
|
||
* (at your option) any later version.
|
||
*
|
||
* This program is distributed in the hope that it will be useful,
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
* GNU Affero General Public License for more details.
|
||
*
|
||
* You should have received a copy of the GNU Affero General Public License
|
||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||
*
|
||
* The interactive user interfaces in modified source and object code versions
|
||
* of this program must display Appropriate Legal Notices, as required under
|
||
* Section 5 of the GNU Affero General Public License version 3.
|
||
*
|
||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||
************************************************************************/
|
||
|
||
return [
|
||
'database' => [
|
||
'host' => 'localhost',
|
||
'port' => null,
|
||
'charset' => null,
|
||
'dbname' => '',
|
||
'user' => '',
|
||
'password' => '',
|
||
],
|
||
'useCache' => true,
|
||
/** Max number of jobs per one execution. */
|
||
'jobMaxPortion' => 15,
|
||
/** Jobs will be executed in parallel processes. */
|
||
'jobRunInParallel' => false,
|
||
/** Max number of processes run simultaneously. */
|
||
'jobPoolConcurrencyNumber' => 8,
|
||
/** Max number of CRON processes run simultaneously. */
|
||
'daemonMaxProcessNumber' => 5,
|
||
/** Interval between process runs in seconds. */
|
||
'daemonInterval' => 10,
|
||
'daemonProcessTimeout' => 36000,
|
||
'jobForceUtc' => false,
|
||
'recordsPerPage' => 20,
|
||
'recordsPerPageSmall' => 5,
|
||
'recordsPerPageSelect' => 10,
|
||
'recordsPerPageKanban' => 5,
|
||
'applicationName' => 'EspoCRM',
|
||
'version' => '9.2.0',
|
||
'timeZone' => 'UTC',
|
||
'dateFormat' => 'DD.MM.YYYY',
|
||
'timeFormat' => 'HH:mm',
|
||
'weekStart' => 0,
|
||
'thousandSeparator' => ',',
|
||
'decimalMark' => '.',
|
||
'exportDelimiter' => ',',
|
||
'currencyList' => ['USD'],
|
||
'defaultCurrency' => 'USD',
|
||
'baseCurrency' => 'USD',
|
||
'currencyRates' => [],
|
||
'currencyNoJoinMode' => false,
|
||
'outboundEmailIsShared' => false,
|
||
'outboundEmailFromName' => 'EspoCRM',
|
||
'outboundEmailFromAddress' => null,
|
||
'smtpServer' => null,
|
||
'smtpPort' => 587,
|
||
'smtpAuth' => true,
|
||
'smtpSecurity' => 'TLS',
|
||
'smtpUsername' => null,
|
||
'smtpPassword' => null,
|
||
'language' => 'en_US',
|
||
'logger' => [
|
||
'path' => 'data/logs/espo.log',
|
||
'level' => 'WARNING', /** DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY */
|
||
'rotation' => true,
|
||
'maxFileNumber' => 30,
|
||
'printTrace' => false,
|
||
'databaseHandler' => false,
|
||
'sql' => false,
|
||
'sqlFailed' => false,
|
||
],
|
||
'authenticationMethod' => 'Espo',
|
||
'tabQuickSearch' => true,
|
||
'globalSearchEntityList' => [
|
||
'Account',
|
||
'Contact',
|
||
'Lead',
|
||
'Opportunity',
|
||
],
|
||
'tabList' => [
|
||
(object) [
|
||
'type' => 'divider',
|
||
'id' => '342567',
|
||
'text' => '$CRM'
|
||
],
|
||
'Account',
|
||
'Contact',
|
||
'Lead',
|
||
'Opportunity',
|
||
(object) [
|
||
'type' => 'divider',
|
||
'text' => '$Activities',
|
||
'id' => '219419'
|
||
],
|
||
'Email',
|
||
'Meeting',
|
||
'Call',
|
||
'Task',
|
||
'Calendar',
|
||
(object) [
|
||
'type' => 'divider',
|
||
'id' => '655187',
|
||
'text' => '$Support'
|
||
],
|
||
'Case',
|
||
'KnowledgeBaseArticle',
|
||
(object) [
|
||
'type' => 'divider',
|
||
'text' => NULL,
|
||
'id' => '137994'
|
||
],
|
||
'_delimiter_',
|
||
(object) [
|
||
'type' => 'divider',
|
||
'text' => '$Marketing',
|
||
'id' => '463280'
|
||
],
|
||
'Campaign',
|
||
'TargetList',
|
||
(object) [
|
||
'type' => 'divider',
|
||
'text' => '$Business',
|
||
'id' => '518202'
|
||
],
|
||
'Document',
|
||
(object) [
|
||
'type' => 'divider',
|
||
'text' => '$Organization',
|
||
'id' => '566592'
|
||
],
|
||
'User',
|
||
'Team',
|
||
'WorkingTimeCalendar',
|
||
(object) [
|
||
'type' => 'divider',
|
||
'text' => NULL,
|
||
'id' => '898671'
|
||
],
|
||
'EmailTemplate',
|
||
'Template',
|
||
'Import',
|
||
],
|
||
'quickCreateList' => [
|
||
"Account",
|
||
"Contact",
|
||
"Lead",
|
||
"Opportunity",
|
||
"Meeting",
|
||
"Call",
|
||
"Task",
|
||
"Case",
|
||
"Email"
|
||
],
|
||
'exportDisabled' => false,
|
||
'adminNotifications' => true,
|
||
'adminNotificationsNewVersion' => true,
|
||
'adminNotificationsCronIsNotConfigured' => true,
|
||
'adminNotificationsNewExtensionVersion' => true,
|
||
'assignmentEmailNotifications' => false,
|
||
'assignmentEmailNotificationsEntityList' => ['Lead', 'Opportunity', 'Task', 'Case'],
|
||
'assignmentNotificationsEntityList' => ['Meeting', 'Call', 'Email'],
|
||
"portalStreamEmailNotifications" => true,
|
||
'streamEmailNotificationsEntityList' => ['Case'],
|
||
'streamEmailNotificationsTypeList' => ['Post', 'Status', 'EmailReceived'],
|
||
'emailNotificationsDelay' => 30,
|
||
'emailMessageMaxSize' => 10,
|
||
'emailRecipientAddressMaxCount' => 100,
|
||
'notificationsCheckInterval' => 10,
|
||
'notificationGrouping' => true,
|
||
'popupNotificationsCheckInterval' => 15,
|
||
'maxEmailAccountCount' => 2,
|
||
'followCreatedEntities' => false,
|
||
'b2cMode' => false,
|
||
'restrictedMode' => false,
|
||
'theme' => 'Espo',
|
||
'themeParams' => (object) ['navbar' => 'side'],
|
||
'massEmailMaxPerHourCount' => 100,
|
||
'massEmailMaxPerBatchCount' => null,
|
||
'massEmailVerp' => false,
|
||
'personalEmailMaxPortionSize' => 50,
|
||
'inboundEmailMaxPortionSize' => 50,
|
||
'emailAddressLookupEntityTypeList' => ['User'],
|
||
'emailAddressSelectEntityTypeList' => ['User', 'Contact', 'Lead', 'Account'],
|
||
'emailAddressEntityLookupDefaultOrder' => ['User', 'Contact', 'Lead', 'Account'],
|
||
'phoneNumberEntityLookupDefaultOrder' => ['User', 'Contact', 'Lead', 'Account'],
|
||
'authTokenLifetime' => 0,
|
||
'authTokenMaxIdleTime' => 48,
|
||
'userNameRegularExpression' => '[^a-z0-9\-@_\.\s]',
|
||
'addressFormat' => 1,
|
||
'displayListViewRecordCount' => true,
|
||
'dashboardLayout' => [
|
||
(object) [
|
||
'name' => 'My Espo',
|
||
'layout' => [
|
||
(object) [
|
||
'id' => 'default-activities',
|
||
'name' => 'Activities',
|
||
'x' => 2,
|
||
'y' => 2,
|
||
'width' => 2,
|
||
'height' => 4
|
||
],
|
||
(object) [
|
||
'id' => 'default-stream',
|
||
'name' => 'Stream',
|
||
'x' => 0,
|
||
'y' => 0,
|
||
'width' => 2,
|
||
'height' => 4
|
||
]
|
||
]
|
||
]
|
||
],
|
||
'calendarEntityList' => ['Meeting', 'Call', 'Task'],
|
||
'activitiesEntityList' => ['Meeting', 'Call'],
|
||
'historyEntityList' => ['Meeting', 'Call', 'Email'],
|
||
'busyRangesEntityList' => ['Meeting', 'Call'],
|
||
'emailAutoReplySuppressPeriod' => '2 hours',
|
||
'emailAutoReplyLimit' => 5,
|
||
'cleanupJobPeriod' => '1 month',
|
||
'cleanupActionHistoryPeriod' => '15 days',
|
||
'cleanupAuthTokenPeriod' => '1 month',
|
||
'cleanupSubscribers' => true,
|
||
'cleanupAudit' => true,
|
||
'cleanupAuditPeriod' => '3 months',
|
||
'cleanupAppLog' => true,
|
||
'cleanupAppLogPeriod' => '30 days',
|
||
'appLogAdminAllowed' => false,
|
||
'currencyFormat' => 2,
|
||
'currencyDecimalPlaces' => 2,
|
||
'aclAllowDeleteCreated' => false,
|
||
'aclAllowDeleteCreatedThresholdPeriod' => '24 hours',
|
||
'attachmentAvailableStorageList' => null,
|
||
'attachmentUploadMaxSize' => 256,
|
||
'attachmentUploadChunkSize' => 4,
|
||
'inlineAttachmentUploadMaxSize' => 20,
|
||
'textFilterUseContainsForVarchar' => false,
|
||
'tabColorsDisabled' => false,
|
||
'massPrintPdfMaxCount' => 50,
|
||
'emailKeepParentTeamsEntityList' => ['Case'],
|
||
'streamEmailWithContentEntityTypeList' => ['Case'],
|
||
'recordListMaxSizeLimit' => 200,
|
||
'noteDeleteThresholdPeriod' => '1 month',
|
||
'noteEditThresholdPeriod' => '7 days',
|
||
'notePinnedMaxCount' => 5,
|
||
'emailForceUseExternalClient' => false,
|
||
'useWebSocket' => false,
|
||
'webSocketMessager' => 'ZeroMQ',
|
||
'auth2FAMethodList' => ['Totp'],
|
||
'auth2FAInPortal' => false,
|
||
'personNameFormat' => 'firstLast',
|
||
'newNotificationCountInTitle' => false,
|
||
'pdfEngine' => 'Dompdf',
|
||
'smsProvider' => null,
|
||
'mapProvider' => 'Google',
|
||
'defaultFileStorage' => 'EspoUploadDir',
|
||
'ldapUserNameAttribute' => 'sAMAccountName',
|
||
'ldapUserFirstNameAttribute' => 'givenName',
|
||
'ldapUserLastNameAttribute' => 'sn',
|
||
'ldapUserTitleAttribute' => 'title',
|
||
'ldapUserEmailAddressAttribute' => 'mail',
|
||
'ldapUserPhoneNumberAttribute' => 'telephoneNumber',
|
||
'ldapUserObjectClass' => 'person',
|
||
'ldapPortalUserLdapAuth' => false,
|
||
'passwordGenerateLength' => 10,
|
||
'passwordStrengthLength' => null,
|
||
'passwordStrengthLetterCount' => null,
|
||
'passwordStrengthNumberCount' => null,
|
||
'passwordStrengthBothCases' => false,
|
||
'passwordStrengthSpecialCharacterCount' => null,
|
||
'massActionIdleCountThreshold' => 100,
|
||
'exportIdleCountThreshold' => 1000,
|
||
'clientSecurityHeadersDisabled' => false,
|
||
'clientCspDisabled' => false,
|
||
'clientCspScriptSourceList' => [
|
||
'https://maps.googleapis.com',
|
||
],
|
||
'oidcJwtSignatureAlgorithmList' => ['RS256'],
|
||
'oidcUsernameClaim' => 'sub',
|
||
'oidcFallback' => true,
|
||
'oidcScopes' => ['profile', 'email', 'phone'],
|
||
'oidcAuthorizationPrompt' => 'consent',
|
||
'listViewSettingsDisabled' => false,
|
||
'cleanupDeletedRecords' => true,
|
||
'phoneNumberNumericSearch' => true,
|
||
'phoneNumberInternational' => true,
|
||
'phoneNumberExtensions' => false,
|
||
'phoneNumberPreferredCountryList' => ['us', 'de'],
|
||
'adminUpgradeDisabled' => false,
|
||
'wysiwygCodeEditorDisabled' => false,
|
||
'customPrefixDisabled' => false,
|
||
'listPagination' => true,
|
||
'starsLimit' => 500,
|
||
'quickSearchFullTextAppendWildcard' => false,
|
||
'authIpAddressCheck' => false,
|
||
'authIpAddressWhitelist' => [],
|
||
'authIpAddressCheckExcludedUsersIds' => [],
|
||
'authIpAddressCheckExcludedUsersNames' => (object) [],
|
||
'availableReactions' => ['Like'],
|
||
'streamReactionsCheckMaxSize' => 50,
|
||
'emailScheduledBatchCount' => 50,
|
||
'emailAddressMaxCount' => 10,
|
||
'phoneNumberMaxCount' => 10,
|
||
'iframeSandboxExcludeDomainList' => [
|
||
'youtube.com',
|
||
'google.com',
|
||
],
|
||
'isInstalled' => false,
|
||
];
|