mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
update testing db credentials
This commit is contained in:
+3
-3
@@ -58,9 +58,9 @@ return [
|
||||
'driver' => 'mysql',
|
||||
'host' => env('DB_HOST', 'localhost'),
|
||||
'port' => env('DB_PORT', '3306'),
|
||||
'database' => 'forunittest',
|
||||
'username' => 'root',
|
||||
'password' => '',
|
||||
'database' => 'phpunit',
|
||||
'username' => 'default',
|
||||
'password' => 'secret',
|
||||
'unix_socket' => env('DB_SOCKET', ''),
|
||||
'charset' => 'utf8mb4',
|
||||
'collation' => 'utf8mb4_unicode_ci',
|
||||
|
||||
Reference in New Issue
Block a user