IP : 3.138.126.233 Hostname : server86.web-hosting.com Kernel : Linux server86.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 Disable Function : None :) OS : Linux PATH: / home/ ./ ../ ../ var/ lib/ ../ softaculous/ grav/ ../ tine/ ../ espo/ config-internal.php/ /

<?php
return [
'database' => [
'host' => '[[softdbhost]]',
'port' => '',
'charset' => NULL,
'dbname' => '[[softdb]]',
'user' => '[[softdbuser]]',
'password' => '[[softdbpass]]',
'platform' => 'Mysql'
],
'smtpPassword' => '',
'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]]'
];