‪TYPO3CMS  ‪main
FactoryConfiguration.php File Reference

Go to the source code of this file.

Variables

 return ['DB'=>['Connections'=>['Default'=>['charset'=> 'utf8', 'driver'=> 'mysqli',],],], 'FE'=>['disableNoCacheParameter'=> true, 'cacheHash'=>['enforceValidation'=> true,],], 'SYS'=>['sitename'=> 'New TYPO3 site', 'UTF8filesystem'=> true,],]
 

Variable Documentation

◆ return

return[ 'DB'=>[ 'Connections'=>[ 'Default'=>[ 'charset'=> 'utf8', 'driver'=> 'mysqli',],],], 'FE'=>[ 'disableNoCacheParameter'=> true, 'cacheHash'=>[ 'enforceValidation'=> true,],], 'SYS'=>[ 'sitename'=> 'New TYPO3 site', 'UTF8filesystem'=> true,],]

This is a boilerplate of config-dir%/system/settings.php. It is used as base file during installation and can be overloaded with a package specific file config-dir%/system/additional.php from eg. the government or introduction package.

Definition at line 8 of file FactoryConfiguration.php.