diff --git a/config/defaults.php b/config/defaults.php index 1c50d83fe..1da874d44 100644 --- a/config/defaults.php +++ b/config/defaults.php @@ -93,6 +93,15 @@ 'host' => 'localhost', 'encoding' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', + // Enable identifier quoting + 'quoteIdentifiers' => true, + // Set to null to use MySQL servers timezone + 'timezone' => null, + // Disable meta data cache + 'cacheMetadata' => false, + // Disable query logging + 'log' => false, + // PDO options 'flags' => [ // Turn off persistent connections PDO::ATTR_PERSISTENT => false,