|
Server IP : 109.234.164.45 / Your IP : 216.73.216.40 Web Server : Apache System : Linux cuvette.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : xqnc2294 ( 1276) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /var/softaculous/espo/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
return [
'database' => [
'host' => '[[softdbhost]]',
'port' => '',
'charset' => NULL,
'dbname' => '[[softdb]]',
'user' => '[[softdbuser]]',
'password' => '[[softdbpass]]',
'platform' => 'Mysql'
],
'smtpPassword' => NULL,
'logger' => [
'path' => 'data/logs/espo.log',
'level' => 'WARNING',
'rotation' => true,
'maxFileNumber' => 30,
'printTrace' => false,
'databaseHandler' => false,
'sql' => false,
'sqlFailed' => false
],
'restrictedMode' => false,
'cleanupAppLog' => true,
'cleanupAppLogPeriod' => '30 days',
'webSocketMessager' => 'ZeroMQ',
'clientSecurityHeadersDisabled' => false,
'clientCspDisabled' => false,
'clientCspScriptSourceList' => [
0 => 'https://maps.googleapis.com'
],
'adminUpgradeDisabled' => false,
'isInstalled' => true,
'microtimeInternal' => [[microtime]],
'cryptKey' => '[[cryptKey]]',
'hashSecretKey' => '[[hashSecretKey]]',
[[defaultPermissions]]
'actualDatabaseType' => 'mysql',
'actualDatabaseVersion' => '[[dbser_ver]]',
'instanceId' => '[[instanceId]]'
];
