Skip to content

Commit

Permalink
Update db settings
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Dec 10, 2019
1 parent d2f4867 commit 3283ee0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3283ee0

Please sign in to comment.