D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
softaculous
/
typo7
/
Filename :
LocalConfiguration.php
back
Copy
<?php return [ 'BE' => [ 'debug' => false, 'explicitADmode' => 'explicitAllow', 'installToolPassword' => '[[admin_pass]]', 'loginSecurityLevel' => 'normal', 'passwordHashing' => [ 'className' => 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\BcryptPasswordHash', 'options' => [], ], ], 'DB' => [ 'Connections' => [ 'Default' => [ 'charset' => 'utf8mb4', 'dbname' => '[[softdb]]', 'driver' => 'mysqli', 'host' => '[[softdbhost]]', 'password' => '[[softdbpass]]', 'tableoptions' => [ 'charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci', ], 'user' => '[[softdbuser]]', ], ], ], 'EXT' => [ 'extConf' => [ 'backend' => 'a:6:{s:9:"loginLogo";s:0:"";s:19:"loginHighlightColor";s:0:"";s:20:"loginBackgroundImage";s:0:"";s:13:"loginFootnote";s:0:"";s:11:"backendLogo";s:0:"";s:14:"backendFavicon";s:0:"";}', 'extensionmanager' => 'a:2:{s:21:"automaticInstallation";s:1:"1";s:11:"offlineMode";s:1:"0";}', ], ], 'EXTENSIONS' => [ 'backend' => [ 'backendFavicon' => '', 'backendLogo' => '', 'loginBackgroundImage' => '', 'loginFootnote' => '', 'loginHighlightColor' => '', 'loginLogo' => '', ], 'extensionmanager' => [ 'automaticInstallation' => '1', 'offlineMode' => '0', ], ], 'FE' => [ 'debug' => false, 'loginSecurityLevel' => 'normal', 'passwordHashing' => [ 'className' => 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\BcryptPasswordHash', 'options' => [], ], ], 'LOG' => [ 'TYPO3' => [ 'CMS' => [ 'deprecations' => [ 'writerConfiguration' => [ 5 => [ 'TYPO3\CMS\Core\Log\Writer\FileWriter' => [ 'disabled' => true, ], ], ], ], ], ], ], 'MAIL' => [ 'transport' => 'sendmail', 'transport_sendmail_command' => '/usr/sbin/sendmail -t -i', 'transport_smtp_encrypt' => '', 'transport_smtp_password' => '', 'transport_smtp_server' => '', 'transport_smtp_username' => '', ], 'SYS' => [ 'devIPmask' => '', 'displayErrors' => 0, 'encryptionKey' => '[[encryption_key]]', 'exceptionalErrors' => 4096, 'features' => [ 'newTranslationServer' => true, 'unifiedPageTranslationHandling' => true, ], 'sitename' => '[[site_name]]', 'systemLogLevel' => 2, 'systemMaintainers' => [ 1, ], ], ];