Initial commit
This commit is contained in:
48
data/config-internal.php
Normal file
48
data/config-internal.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?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' => 1768572372.464185,
|
||||
'cryptKey' => '75886e68937f6ec6e34fabe5603c9f0c',
|
||||
'hashSecretKey' => '0c7b8cf622d364a26cfe5d31145c8f38',
|
||||
'defaultPermissions' => [
|
||||
'user' => 'www-data',
|
||||
'group' => 'www-data'
|
||||
],
|
||||
'actualDatabaseType' => 'mariadb',
|
||||
'actualDatabaseVersion' => '12.1.2',
|
||||
'instanceId' => '4437546e-79fc-40f6-ac04-448b526c1401',
|
||||
'webSocketZeroMQSubmissionDsn' => 'tcp://espocrm-websocket:7777',
|
||||
'webSocketZeroMQSubscriberDsn' => 'tcp://*:7777',
|
||||
'oidcClientSecret' => '4KsQJMRx53RRT71GnYp7tvFow3Rxwcvm',
|
||||
'apiSecretKeys' => (object) []
|
||||
];
|
||||
Reference in New Issue
Block a user