Initial commit
This commit is contained in:
429
data/config.php
Normal file
429
data/config.php
Normal file
@@ -0,0 +1,429 @@
|
||||
<?php
|
||||
return [
|
||||
'useCache' => true,
|
||||
'jobMaxPortion' => 15,
|
||||
'jobRunInParallel' => true,
|
||||
'jobPoolConcurrencyNumber' => 8,
|
||||
'daemonMaxProcessNumber' => 5,
|
||||
'daemonInterval' => 10,
|
||||
'daemonProcessTimeout' => 36000,
|
||||
'jobForceUtc' => false,
|
||||
'recordsPerPage' => 20,
|
||||
'recordsPerPageSmall' => 5,
|
||||
'recordsPerPageSelect' => 10,
|
||||
'recordsPerPageKanban' => 5,
|
||||
'applicationName' => 'bitbylaw CRM',
|
||||
'version' => '9.2.7',
|
||||
'timeZone' => 'Europe/Berlin',
|
||||
'dateFormat' => 'DD.MM.YYYY',
|
||||
'timeFormat' => 'HH:mm',
|
||||
'weekStart' => 1,
|
||||
'thousandSeparator' => '.',
|
||||
'decimalMark' => ',',
|
||||
'exportDelimiter' => ',',
|
||||
'currencyList' => [
|
||||
0 => 'USD',
|
||||
1 => 'EUR'
|
||||
],
|
||||
'defaultCurrency' => 'EUR',
|
||||
'baseCurrency' => 'EUR',
|
||||
'currencyRates' => [
|
||||
'USD' => 1
|
||||
],
|
||||
'currencyNoJoinMode' => false,
|
||||
'outboundEmailIsShared' => true,
|
||||
'outboundEmailFromName' => 'EspoCRM',
|
||||
'outboundEmailFromAddress' => NULL,
|
||||
'smtpServer' => NULL,
|
||||
'smtpPort' => 587,
|
||||
'smtpAuth' => true,
|
||||
'smtpSecurity' => 'TLS',
|
||||
'smtpUsername' => NULL,
|
||||
'language' => 'de_DE',
|
||||
'authenticationMethod' => 'Oidc',
|
||||
'tabQuickSearch' => true,
|
||||
'globalSearchEntityList' => [
|
||||
0 => 'Account',
|
||||
1 => 'Contact',
|
||||
2 => 'Lead',
|
||||
3 => 'Opportunity'
|
||||
],
|
||||
'tabList' => [
|
||||
0 => (object) [
|
||||
'type' => 'divider',
|
||||
'text' => 'Vermieterhelden',
|
||||
'id' => '737249'
|
||||
],
|
||||
1 => 'CVmhErstgespraech',
|
||||
2 => 'CMietobjekt',
|
||||
3 => 'CBeteiligte',
|
||||
4 => 'CVmhMietverhltnis',
|
||||
5 => 'CVmhRumungsklage',
|
||||
6 => 'CDokumente',
|
||||
7 => (object) [
|
||||
'type' => 'divider',
|
||||
'id' => '342567',
|
||||
'text' => '$CRM'
|
||||
],
|
||||
8 => 'Contact',
|
||||
9 => (object) [
|
||||
'type' => 'divider',
|
||||
'text' => '$Activities',
|
||||
'id' => '219419'
|
||||
],
|
||||
10 => 'Email',
|
||||
11 => 'Call',
|
||||
12 => 'Task',
|
||||
13 => 'Calendar',
|
||||
14 => (object) [
|
||||
'type' => 'divider',
|
||||
'id' => '655187',
|
||||
'text' => '$Support'
|
||||
],
|
||||
15 => 'Case',
|
||||
16 => 'KnowledgeBaseArticle',
|
||||
17 => (object) [
|
||||
'type' => 'divider',
|
||||
'text' => NULL,
|
||||
'id' => '137994'
|
||||
],
|
||||
18 => '_delimiter_',
|
||||
19 => (object) [
|
||||
'type' => 'divider',
|
||||
'text' => '$Marketing',
|
||||
'id' => '463280'
|
||||
],
|
||||
20 => 'Campaign',
|
||||
21 => 'TargetList',
|
||||
22 => (object) [
|
||||
'type' => 'divider',
|
||||
'text' => '$Business',
|
||||
'id' => '518202'
|
||||
],
|
||||
23 => (object) [
|
||||
'type' => 'divider',
|
||||
'text' => '$Organization',
|
||||
'id' => '566592'
|
||||
],
|
||||
24 => 'User',
|
||||
25 => (object) [
|
||||
'type' => 'divider',
|
||||
'text' => NULL,
|
||||
'id' => '898671'
|
||||
],
|
||||
26 => 'Team',
|
||||
27 => 'WorkingTimeCalendar',
|
||||
28 => 'EmailTemplate',
|
||||
29 => 'Template',
|
||||
30 => 'Import',
|
||||
31 => 'GlobalStream',
|
||||
32 => 'Report',
|
||||
33 => 'CAdressen',
|
||||
34 => 'CCallQueues',
|
||||
35 => 'CVMHBeteiligte'
|
||||
],
|
||||
'quickCreateList' => [
|
||||
0 => 'Account',
|
||||
1 => 'Contact',
|
||||
2 => 'Lead',
|
||||
3 => 'Opportunity',
|
||||
4 => 'Meeting',
|
||||
5 => 'Call',
|
||||
6 => 'Task',
|
||||
7 => 'Case',
|
||||
8 => 'Email'
|
||||
],
|
||||
'exportDisabled' => false,
|
||||
'adminNotifications' => true,
|
||||
'adminNotificationsNewVersion' => true,
|
||||
'adminNotificationsCronIsNotConfigured' => true,
|
||||
'adminNotificationsNewExtensionVersion' => true,
|
||||
'assignmentEmailNotifications' => false,
|
||||
'assignmentEmailNotificationsEntityList' => [
|
||||
0 => 'Lead',
|
||||
1 => 'Opportunity',
|
||||
2 => 'Task',
|
||||
3 => 'Case'
|
||||
],
|
||||
'assignmentNotificationsEntityList' => [
|
||||
0 => 'Call',
|
||||
1 => 'Email',
|
||||
2 => 'BpmnUserTask'
|
||||
],
|
||||
'portalStreamEmailNotifications' => true,
|
||||
'streamEmailNotificationsEntityList' => [
|
||||
0 => 'Case'
|
||||
],
|
||||
'streamEmailNotificationsTypeList' => [
|
||||
0 => 'Post',
|
||||
1 => 'Status',
|
||||
2 => 'EmailReceived'
|
||||
],
|
||||
'emailNotificationsDelay' => 30,
|
||||
'emailMessageMaxSize' => 10,
|
||||
'emailRecipientAddressMaxCount' => 100,
|
||||
'notificationsCheckInterval' => 10,
|
||||
'popupNotificationsCheckInterval' => 15,
|
||||
'maxEmailAccountCount' => 2,
|
||||
'followCreatedEntities' => false,
|
||||
'b2cMode' => false,
|
||||
'theme' => 'Light',
|
||||
'themeParams' => (object) [
|
||||
'navbar' => 'side'
|
||||
],
|
||||
'massEmailMaxPerHourCount' => 100,
|
||||
'massEmailMaxPerBatchCount' => NULL,
|
||||
'massEmailVerp' => false,
|
||||
'personalEmailMaxPortionSize' => 50,
|
||||
'inboundEmailMaxPortionSize' => 50,
|
||||
'emailAddressLookupEntityTypeList' => [
|
||||
0 => 'User'
|
||||
],
|
||||
'emailAddressSelectEntityTypeList' => [
|
||||
0 => 'User',
|
||||
1 => 'Contact',
|
||||
2 => 'Lead',
|
||||
3 => 'Account'
|
||||
],
|
||||
'emailAddressEntityLookupDefaultOrder' => [
|
||||
0 => 'User',
|
||||
1 => 'Contact',
|
||||
2 => 'Lead',
|
||||
3 => 'Account'
|
||||
],
|
||||
'phoneNumberEntityLookupDefaultOrder' => [
|
||||
0 => 'User',
|
||||
1 => 'Contact',
|
||||
2 => 'Lead',
|
||||
3 => 'Account'
|
||||
],
|
||||
'authTokenLifetime' => 0,
|
||||
'authTokenMaxIdleTime' => 48,
|
||||
'userNameRegularExpression' => '[^a-z0-9\\-@_\\.\\s]',
|
||||
'addressFormat' => 2,
|
||||
'displayListViewRecordCount' => true,
|
||||
'dashboardLayout' => [
|
||||
0 => (object) [
|
||||
'name' => 'My Espo',
|
||||
'layout' => [
|
||||
0 => (object) [
|
||||
'id' => 'd48756',
|
||||
'name' => 'Iframe',
|
||||
'x' => 0,
|
||||
'y' => 0,
|
||||
'width' => 2,
|
||||
'height' => 2
|
||||
],
|
||||
1 => (object) [
|
||||
'id' => 'default-activities',
|
||||
'name' => 'Activities',
|
||||
'x' => 2,
|
||||
'y' => 0,
|
||||
'width' => 2,
|
||||
'height' => 4
|
||||
],
|
||||
2 => (object) [
|
||||
'id' => 'default-stream',
|
||||
'name' => 'Stream',
|
||||
'x' => 0,
|
||||
'y' => 2,
|
||||
'width' => 2,
|
||||
'height' => 4
|
||||
]
|
||||
]
|
||||
]
|
||||
],
|
||||
'calendarEntityList' => [
|
||||
0 => 'Meeting',
|
||||
1 => 'Call',
|
||||
2 => 'Task'
|
||||
],
|
||||
'activitiesEntityList' => [
|
||||
0 => 'Meeting',
|
||||
1 => 'Call'
|
||||
],
|
||||
'historyEntityList' => [
|
||||
0 => 'Meeting',
|
||||
1 => 'Call',
|
||||
2 => 'Email'
|
||||
],
|
||||
'busyRangesEntityList' => [
|
||||
0 => 'Meeting',
|
||||
1 => 'Call'
|
||||
],
|
||||
'emailAutoReplySuppressPeriod' => '2 hours',
|
||||
'emailAutoReplyLimit' => 5,
|
||||
'cleanupJobPeriod' => '1 month',
|
||||
'cleanupActionHistoryPeriod' => '15 days',
|
||||
'cleanupAuthTokenPeriod' => '1 month',
|
||||
'cleanupSubscribers' => true,
|
||||
'cleanupAudit' => true,
|
||||
'cleanupAuditPeriod' => '3 months',
|
||||
'appLogAdminAllowed' => false,
|
||||
'currencyFormat' => 3,
|
||||
'currencyDecimalPlaces' => 2,
|
||||
'aclAllowDeleteCreated' => false,
|
||||
'aclAllowDeleteCreatedThresholdPeriod' => '24 hours',
|
||||
'attachmentAvailableStorageList' => NULL,
|
||||
'attachmentUploadMaxSize' => 256,
|
||||
'attachmentUploadChunkSize' => 4,
|
||||
'inlineAttachmentUploadMaxSize' => 20,
|
||||
'textFilterUseContainsForVarchar' => false,
|
||||
'tabColorsDisabled' => false,
|
||||
'massPrintPdfMaxCount' => 50,
|
||||
'emailKeepParentTeamsEntityList' => [
|
||||
0 => 'Case'
|
||||
],
|
||||
'streamEmailWithContentEntityTypeList' => [
|
||||
0 => 'Case'
|
||||
],
|
||||
'recordListMaxSizeLimit' => 200,
|
||||
'noteDeleteThresholdPeriod' => '1 month',
|
||||
'noteEditThresholdPeriod' => '7 days',
|
||||
'notePinnedMaxCount' => 5,
|
||||
'emailForceUseExternalClient' => false,
|
||||
'useWebSocket' => true,
|
||||
'auth2FAMethodList' => [
|
||||
0 => 'Totp'
|
||||
],
|
||||
'auth2FAInPortal' => false,
|
||||
'personNameFormat' => 'lastFirstMiddle',
|
||||
'newNotificationCountInTitle' => true,
|
||||
'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,
|
||||
'oidcJwtSignatureAlgorithmList' => [
|
||||
0 => 'RS256'
|
||||
],
|
||||
'oidcUsernameClaim' => 'preferred_username',
|
||||
'oidcFallback' => true,
|
||||
'oidcScopes' => [
|
||||
0 => 'profile',
|
||||
1 => 'phone',
|
||||
2 => 'openid',
|
||||
3 => 'roles'
|
||||
],
|
||||
'oidcAuthorizationPrompt' => 'select_account',
|
||||
'listViewSettingsDisabled' => false,
|
||||
'cleanupDeletedRecords' => true,
|
||||
'phoneNumberNumericSearch' => true,
|
||||
'phoneNumberInternational' => true,
|
||||
'phoneNumberExtensions' => false,
|
||||
'phoneNumberPreferredCountryList' => [
|
||||
0 => 'de'
|
||||
],
|
||||
'wysiwygCodeEditorDisabled' => false,
|
||||
'customPrefixDisabled' => false,
|
||||
'listPagination' => true,
|
||||
'starsLimit' => 500,
|
||||
'quickSearchFullTextAppendWildcard' => false,
|
||||
'authIpAddressCheck' => false,
|
||||
'authIpAddressWhitelist' => [],
|
||||
'authIpAddressCheckExcludedUsersIds' => [],
|
||||
'authIpAddressCheckExcludedUsersNames' => (object) [],
|
||||
'availableReactions' => [
|
||||
0 => 'Like'
|
||||
],
|
||||
'streamReactionsCheckMaxSize' => 50,
|
||||
'emailScheduledBatchCount' => 50,
|
||||
'emailAddressMaxCount' => 10,
|
||||
'phoneNumberMaxCount' => 10,
|
||||
'iframeSandboxExcludeDomainList' => [
|
||||
0 => 'youtube.com',
|
||||
1 => 'google.com'
|
||||
],
|
||||
'cacheTimestamp' => 1768612623,
|
||||
'microtime' => 1768612623.631556,
|
||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||
'fullTextSearchMinLength' => 4,
|
||||
'appTimestamp' => 1768581056,
|
||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||
'latestVersion' => '9.2.7',
|
||||
'userThemesDisabled' => true,
|
||||
'avatarsDisabled' => false,
|
||||
'scopeColorsDisabled' => false,
|
||||
'tabIconsDisabled' => false,
|
||||
'dashletsOptions' => (object) [
|
||||
'd48756' => (object) [
|
||||
'title' => 'PKR',
|
||||
'url' => 'https://www.rvg-rechner.de/rvg-rechner/pkr.html',
|
||||
'autorefreshInterval' => 10
|
||||
]
|
||||
],
|
||||
'companyLogoId' => '68e78bdc81f69ce51',
|
||||
'companyLogoName' => 'Blue H logo.png',
|
||||
'googleMapsApiKey' => 'AIzaSyAfo8sTA7BzEB6wTgKQGI3vSeohwdQmedM',
|
||||
'googleMapsMapId' => NULL,
|
||||
'integrations' => (object) [
|
||||
'GoogleMaps' => true
|
||||
],
|
||||
'maintenanceMode' => false,
|
||||
'cronDisabled' => false,
|
||||
'fiscalYearShift' => 0,
|
||||
'addressCityList' => [],
|
||||
'addressStateList' => [],
|
||||
'emailAddressIsOptedOutByDefault' => false,
|
||||
'workingTimeCalendarName' => NULL,
|
||||
'workingTimeCalendarId' => NULL,
|
||||
'oidcAuthorizationEndpoint' => 'https://auth.infinity-transfers.de/realms/lehmann%20und%20partner/protocol/openid-connect/auth',
|
||||
'oidcClientId' => 'crm.bitbylaw.com-internal',
|
||||
'oidcTokenEndpoint' => 'https://auth.infinity-transfers.de/realms/lehmann%20und%20partner/protocol/openid-connect/token',
|
||||
'oidcUserInfoEndpoint' => 'https://auth.infinity-transfers.de/realms/lehmann%20und%20partner/protocol/openid-connect/userinfo',
|
||||
'oidcCreateUser' => true,
|
||||
'oidcSync' => true,
|
||||
'oidcGroupClaim' => 'roles',
|
||||
'oidcSyncTeams' => true,
|
||||
'authTokenPreventConcurrent' => false,
|
||||
'auth2FA' => false,
|
||||
'passwordRecoveryDisabled' => false,
|
||||
'passwordRecoveryForAdminDisabled' => false,
|
||||
'passwordRecoveryNoExposure' => false,
|
||||
'passwordRecoveryForInternalUsersDisabled' => false,
|
||||
'oidcJwksEndpoint' => 'https://auth.infinity-transfers.de/realms/lehmann%20und%20partner/protocol/openid-connect/certs',
|
||||
'oidcTeamsIds' => [
|
||||
0 => '68da9bdd622c9958a',
|
||||
1 => '68db016f1f9a353c9'
|
||||
],
|
||||
'oidcTeamsNames' => (object) [
|
||||
'68da9bdd622c9958a' => 'vermieterhelden',
|
||||
'68db016f1f9a353c9' => 'pflichtteilshelden'
|
||||
],
|
||||
'oidcTeamsColumns' => (object) [
|
||||
'68da9bdd622c9958a' => (object) [
|
||||
'group' => 'vermieterhelden'
|
||||
],
|
||||
'68db016f1f9a353c9' => (object) [
|
||||
'group' => 'pflichtteilshelden'
|
||||
]
|
||||
],
|
||||
'oidcAllowRegularUserFallback' => false,
|
||||
'oidcAllowAdminUser' => false,
|
||||
'oidcLogoutUrl' => NULL,
|
||||
'mentionEmailNotifications' => false,
|
||||
'streamEmailNotifications' => false,
|
||||
'notificationGrouping' => true,
|
||||
'advancedPackUpdateSkipWorkflowOrder' => true,
|
||||
'adminPanelIframeUrl' => 'https://s.espocrm.com/?instanceId=4437546e-79fc-40f6-ac04-448b526c1401&advanced-pack=19bc86a68a7bb01f458cb391d43a9212',
|
||||
'latestExtensionVersions' => [
|
||||
'Advanced Pack' => '3.11.12'
|
||||
],
|
||||
'baselineRoleName' => NULL,
|
||||
'baselineRoleId' => NULL
|
||||
];
|
||||
Reference in New Issue
Block a user