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
1 changed files with 2 additions and 0 deletions

View File

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