‪TYPO3CMS  ‪main
FactoryConfiguration.php
Go to the documentation of this file.
1 <?php
8 return [
9  'DB' => [
10  'Connections' => [
11  'Default' => [
12  'charset' => 'utf8',
13  'driver' => 'mysqli',
14  ],
15  ],
16  ],
17  'FE' => [
18  'disableNoCacheParameter' => true,
19  'cacheHash' => [
20  'enforceValidation' => true,
21  ],
22  ],
23  'SYS' => [
24  'sitename' => 'New TYPO3 site',
25  'UTF8filesystem' => true,
26  ],
27 ];