Merge branch 'master' of https://gitlab.com/online-sistem1/api_arrahn
This commit is contained in:
@@ -425,6 +425,18 @@ return [
|
|||||||
'prefix' => '',
|
'prefix' => '',
|
||||||
'strict' => false,
|
'strict' => false,
|
||||||
],
|
],
|
||||||
|
'mysql35' => [
|
||||||
|
'driver' => 'mysql',
|
||||||
|
'host' => env('DB_HOST_35'),
|
||||||
|
'port' => env('DB_PORT_35'),
|
||||||
|
'database' => env('DB_DATABASE_35'),
|
||||||
|
'username' => env('DB_USERNAME_35'),
|
||||||
|
'password' => env('DB_PASSWORD_35'),
|
||||||
|
'charset' => 'utf8',
|
||||||
|
'collation' => 'utf8_unicode_ci',
|
||||||
|
'prefix' => '',
|
||||||
|
'strict' => false,
|
||||||
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user