TYPO3 CMS  TYPO3_6-2
FactoryConfiguration.php
Go to the documentation of this file.
1 <?php
8 return array(
9  'BE' => array(
10  'explicitADmode' => 'explicitAllow',
11  'loginSecurityLevel' => 'rsa',
12  ),
13  'DB' => array(
14  'extTablesDefinitionScript' => 'extTables.php',
15  ),
16  'EXT' => array(
17  'extConf' => array(
18  'rsaauth' => 'a:1:{s:18:"temporaryDirectory";s:0:"";}',
19  'saltedpasswords' => serialize(array(
20  'BE.' => array(
21  'saltedPWHashingMethod' => 'TYPO3\\CMS\\Saltedpasswords\\Salt\\PhpassSalt',
22  'forceSalted' => 0,
23  'onlyAuthService' => 0,
24  'updatePasswd' => 1,
25  ),
26  'FE.' => array(
27  'enabled' => 1,
28  'saltedPWHashingMethod' => 'TYPO3\\CMS\\Saltedpasswords\\Salt\\PhpassSalt',
29  'forceSalted' => 0,
30  'onlyAuthService' => 0,
31  'updatePasswd' => 1,
32  ),
33  )),
34  ),
35  ),
36  'FE' => array(
37  'loginSecurityLevel' => 'rsa',
38  'cHashIncludePageId' => TRUE,
39  'activateContentAdapter' => FALSE,
40  ),
41  'GFX' => array(
42  'jpg_quality' => '80',
43  ),
44  'SYS' => array(
45  'compat_version' => '6.2',
46  'isInitialInstallationInProgress' => TRUE,
47  'sitename' => 'New TYPO3 site',
48  ),
49 );