Verify algo (#6258)

This commit is contained in:
Tim MacDonald 2023-10-26 06:32:54 +11:00 committed by GitHub
parent b0b29e1296
commit 21ad6d6915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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