Skip to content

Commit

Permalink
Bump bcrypt rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Apr 13, 2024
1 parent a3279d5 commit 871e1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/hashing.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/

'bcrypt' => [
'rounds' => env('BCRYPT_ROUNDS', 10),
'rounds' => env('BCRYPT_ROUNDS', 13),
],

/*
Expand Down

0 comments on commit 871e1f5

Please sign in to comment.