Skip to content

Commit 5d2a2c4

Browse files
k
1 parent 5cdd1fc commit 5d2a2c4

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

config/database.php

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,7 @@
4242
'prefix' => '',
4343
'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
4444
],
45-
46-
'mysql' => [
47-
'driver' => 'mysql',
48-
'host' => $host,
49-
'port' => env('DB_PORT', '3306'),
50-
'database' => $database,
51-
'username' => $username,
52-
'password' => $password,
53-
'unix_socket' => env('DB_SOCKET', ''),
54-
'charset' => 'utf8mb4',
55-
'collation' => 'utf8mb4_unicode_ci',
56-
'prefix' => '',
57-
'strict' => true,
58-
'engine' => null,
59-
'options' => extension_loaded('pdo_mysql') ? array_filter([
60-
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
61-
]) : [],
62-
],
45+
6346

6447
'pgsql' => [
6548
'driver' => 'pgsql',

0 commit comments

Comments
 (0)