mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update config/database mysql connection
This commit is contained in:
@@ -51,6 +51,9 @@ return [
|
||||
'collation' => 'utf8_unicode_ci',
|
||||
'strict' => false,
|
||||
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
|
||||
'options' => [
|
||||
\PDO::MYSQL_ATTR_LOCAL_INFILE => true,
|
||||
],
|
||||
],
|
||||
|
||||
'pgsql' => [
|
||||
|
||||
Reference in New Issue
Block a user