This commit is contained in:
2023-11-14 09:40:05 +10:00
parent c432b32d08
commit 7d9b6793d3
323 changed files with 907 additions and 65589 deletions

View File

@@ -29,7 +29,8 @@ return [
*/
'bcrypt' => [
'rounds' => env('BCRYPT_ROUNDS', 10),
'rounds' => env('BCRYPT_ROUNDS', 12),
'verify' => true,
],
/*
@@ -47,6 +48,7 @@ return [
'memory' => 65536,
'threads' => 1,
'time' => 4,
'verify' => true,
],
];