public $default = [
'DSN' => '',
'hostname' => 'localhost',
'username' => '****',
'password' => '****',
'database' => '****',
'DBDriver' => 'MySQLi',
'DBPrefix' => '',
'pConnect' => false,
'DBDebug' => (ENVIRONMENT !== 'production'),
'cacheOn' => false,
'cacheDir' => '',
'charset' => 'utf8',
'DBCollat' => 'utf8_unicode_ci',
'swapPre' => '',
'encrypt' => true,
'compress' => false,
'strictOn' => false,
'failover' => [[
'DSN' => '',
'hostname' => 'localhost',
'username' => '****',
'password' => '****',
'database' => '****',
'DBDriver' => 'MySQLi',
'DBPrefix' => '',
'pConnect' => false,
'DBDebug' => (ENVIRONMENT !== 'production'),
'cacheOn' => false,
'cacheDir' => '',
'charset' => 'utf8',
'DBCollat' => 'utf8_unicode_ci',
'swapPre' => '',
'encrypt' => true,
'compress' => false,
'strictOn' => false,
'port' => 3306,
]],'port' => 3307, // <-- intentionally wrong to trigger failover];