mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Increase bcrypt rounds to 12 (#6245)
This commit is contained in:
parent
88695a7cf4
commit
540cec038f
@ -29,7 +29,7 @@ return [
|
||||
*/
|
||||
|
||||
'bcrypt' => [
|
||||
'rounds' => env('BCRYPT_ROUNDS', 10),
|
||||
'rounds' => env('BCRYPT_ROUNDS', 12),
|
||||
],
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user