TYPO3 CMS  TYPO3_7-6
FunctionalTestsConfiguration.php
Go to the documentation of this file.
1 <?php
2 return [
3  'SYS' => [
4  'displayErrors' => '1',
5  'debugExceptionHandler' => '',
6  'trustedHostsPattern' => '.*',
7  'setDBinit' => 'SET SESSION sql_mode = \'STRICT_ALL_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_VALUE_ON_ZERO,NO_ENGINE_SUBSTITUTION,NO_ZERO_DATE,NO_ZERO_IN_DATE,ONLY_FULL_GROUP_BY\';',
8  'encryptionKey' => 'i-am-not-a-secure-encryption-key',
9  ]
10 ];