‪TYPO3CMS  9.5
FactoryConfiguration.php File Reference

Go to the source code of this file.

Variables

 return ['BE'=>['explicitADmode'=> 'explicitAllow', 'loginSecurityLevel'=> 'normal',], 'DB'=>['Connections'=>['Default'=>['charset'=> 'utf8', 'driver'=> 'mysqli',],],], 'FE'=>['loginSecurityLevel'=> 'normal',], 'SYS'=>['sitename'=> 'New TYPO3 site', 'features'=>['unifiedPageTranslationHandling'=> true, 'newTranslationServer'=> true,],],]
 

Variable Documentation

◆ return

return[ 'BE'=>[ 'explicitADmode'=> 'explicitAllow', 'loginSecurityLevel'=> 'normal',], 'DB'=>[ 'Connections'=>[ 'Default'=>[ 'charset'=> 'utf8', 'driver'=> 'mysqli',],],], 'FE'=>[ 'loginSecurityLevel'=> 'normal',], 'SYS'=>[ 'sitename'=> 'New TYPO3 site', 'features'=>[ 'unifiedPageTranslationHandling'=> true, 'newTranslationServer'=> true,],],]

This is a boilerplate of typo3conf/LocalConfiguration.php. It is used as base file during installation and can be overloaded with a package specific file typo3conf/AdditionalFactoryConfiguration.php from eg. the government or introduction package.

Definition at line 8 of file FactoryConfiguration.php.