- Introduced a new entity "CPuls" with metadata definitions including fields, links, and indexes. - Updated existing JSON files to include "CPuls" in various contexts such as translations, entity definitions, and client definitions. - Added localization support for "CPuls" in multiple languages. - Modified existing files to accommodate the new entity in the application structure.
49 lines
1.4 KiB
PHP
49 lines
1.4 KiB
PHP
<?php
|
|
return [
|
|
'database' => [
|
|
'host' => 'espocrm-db',
|
|
'port' => '',
|
|
'charset' => NULL,
|
|
'dbname' => 'espocrm',
|
|
'user' => 'espocrm',
|
|
'password' => 'database_password',
|
|
'platform' => 'Mysql'
|
|
],
|
|
'smtpPassword' => NULL,
|
|
'logger' => [
|
|
'path' => 'data/logs/espo.log',
|
|
'level' => 'DEBUG',
|
|
'rotation' => true,
|
|
'maxFileNumber' => 30,
|
|
'printTrace' => true,
|
|
'databaseHandler' => true,
|
|
'sql' => true,
|
|
'sqlFailed' => true
|
|
],
|
|
'restrictedMode' => false,
|
|
'cleanupAppLog' => true,
|
|
'cleanupAppLogPeriod' => '30 days',
|
|
'webSocketMessager' => 'ZeroMQ',
|
|
'clientSecurityHeadersDisabled' => false,
|
|
'clientCspDisabled' => false,
|
|
'clientCspScriptSourceList' => [
|
|
0 => 'https://maps.googleapis.com'
|
|
],
|
|
'adminUpgradeDisabled' => false,
|
|
'isInstalled' => true,
|
|
'microtimeInternal' => 1770972795.018931,
|
|
'cryptKey' => '75886e68937f6ec6e34fabe5603c9f0c',
|
|
'hashSecretKey' => '0c7b8cf622d364a26cfe5d31145c8f38',
|
|
'defaultPermissions' => [
|
|
'user' => 'www-data',
|
|
'group' => 'www-data'
|
|
],
|
|
'actualDatabaseType' => 'mariadb',
|
|
'actualDatabaseVersion' => '12.2.2',
|
|
'instanceId' => '4437546e-79fc-40f6-ac04-448b526c1401',
|
|
'webSocketZeroMQSubmissionDsn' => 'tcp://espocrm-websocket:7777',
|
|
'webSocketZeroMQSubscriberDsn' => 'tcp://*:7777',
|
|
'oidcClientSecret' => '4KsQJMRx53RRT71GnYp7tvFow3Rxwcvm',
|
|
'apiSecretKeys' => (object) []
|
|
];
|