This commit is contained in:
mkm 2023-06-06 12:50:03 +08:00
parent 4c5820e431
commit 9ffddba2a4

View File

@ -11,7 +11,7 @@ return [
'password' => getenv('DB_PASSWORD'),
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_general_ci',
'prefix' => getenv('DB_PREFIX'),
'prefix' => '',
'strict' => true,
'engine' => null,
],