Project

General

Profile

Bug #68921 » LocalConfiguration.orig.php

Original before package install - Bill Stoltz, 2015-08-11 04:28

 
<?php
return array(
'BE' => array(
'debug' => FALSE,
'explicitADmode' => 'explicitAllow',
'installToolPassword' => '$P$CC9NyoteUsHBwkIEBcxFXrbHPdIUOo/',
'loginSecurityLevel' => 'rsa',
'versionNumberInFilename' => '0',
),
'DB' => array(
'database' => 'paintsit_typo3',
'extTablesDefinitionScript' => 'extTables.php',
'host' => 'localhost',
'password' => '4typodb',
'socket' => '',
'username' => 'paintsit_typousr',
),
'EXT' => array(
'extConf' => array(
'rsaauth' => 'a:1:{s:18:"temporaryDirectory";s:0:"";}',
'saltedpasswords' => 'a:2:{s:3:"BE.";a:4:{s:21:"saltedPWHashingMethod";s:41:"TYPO3\\CMS\\Saltedpasswords\\Salt\\PhpassSalt";s:11:"forceSalted";i:0;s:15:"onlyAuthService";i:0;s:12:"updatePasswd";i:1;}s:3:"FE.";a:5:{s:7:"enabled";i:1;s:21:"saltedPWHashingMethod";s:41:"TYPO3\\CMS\\Saltedpasswords\\Salt\\PhpassSalt";s:11:"forceSalted";i:0;s:15:"onlyAuthService";i:0;s:12:"updatePasswd";i:1;}}',
),
),
'FE' => array(
'activateContentAdapter' => FALSE,
'debug' => FALSE,
'loginSecurityLevel' => 'rsa',
),
'GFX' => array(
'colorspace' => 'sRGB',
'im' => 1,
'im_mask_temp_ext_gif' => 1,
'im_path' => '/usr/bin/',
'im_path_lzw' => '/usr/bin/',
'im_v5effects' => 1,
'im_version_5' => 'im6',
'image_processing' => 1,
'jpg_quality' => '80',
),
'SYS' => array(
'USdateFormat' => '1',
'caching' => array(
'cacheConfigurations' => array(
'extbase_object' => array(
'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
'frontend' => 'TYPO3\\CMS\\Core\\Cache\\Frontend\\VariableFrontend',
'groups' => array(
'system',
),
'options' => array(
'defaultLifetime' => 0,
),
),
),
),
'clearCacheSystem' => FALSE,
'compat_version' => '6.2',
'devIPmask' => '*',
'displayErrors' => '1',
'enableDeprecationLog' => 'file',
'encryptionKey' => 'f98f62c137d8a4798c60194fa1df113b78f0fd1d369417065b42eb21747041336c4a9ef9e8f12478786cf2aba504eafe',
'errorHandlerErrors' => '30711',
'exceptionalErrors' => '30711',
'isInitialInstallationInProgress' => FALSE,
'sitename' => 'New TYPO3 site',
'sqlDebug' => '1',
'systemLog' => 'error_log',
'systemLogLevel' => '0',
't3lib_cs_convMethod' => 'mbstring',
't3lib_cs_utils' => 'mbstring',
),
);
?>
(1-1/4)