Constructive description here
This commit is contained in:
+3
-3
@@ -43,9 +43,9 @@ return [
|
||||
'driver' => 'mysql',
|
||||
'host' => env('DB_HOST', '127.0.0.1'),
|
||||
'port' => env('DB_PORT', '3306'),
|
||||
'database' => env('DB_DATABASE', 'hiwtmi'),
|
||||
'username' => env('DB_USERNAME', 'maxipad'),
|
||||
'password' => env('DB_PASSWORD', 'inconsiderate'),
|
||||
'database' => env('DB_DATABASE', 'maxipad'),
|
||||
'username' => env('DB_USERNAME', 'hm'),
|
||||
'password' => env('DB_PASSWORD', 'panther'),
|
||||
'unix_socket' => env('DB_SOCKET', ''),
|
||||
'charset' => 'utf8mb4',
|
||||
'collation' => 'utf8mb4_unicode_ci',
|
||||
|
||||
Reference in New Issue
Block a user