X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/f413fc528a8136c2ad8d33a57b3615fa22e55e93..refs/pull/3698/head:/app/Config/hashing.php diff --git a/app/Config/hashing.php b/app/Config/hashing.php index 756718ce2..585ee094c 100644 --- a/app/Config/hashing.php +++ b/app/Config/hashing.php @@ -29,9 +29,9 @@ return [ // passwords are hashed using the Argon algorithm. These will allow you // to control the amount of time it takes to hash the given password. 'argon' => [ - 'memory' => 1024, + 'memory' => 1024, 'threads' => 2, - 'time' => 2, + 'time' => 2, ], ];