]> BookStack Code Mirror - bookstack/blobdiff - app/Config/hashing.php
respective book and chapter structure added.
[bookstack] / app / Config / hashing.php
index 585ee094ccb2858c90c41de587757cb87bfca9b0..91d0db16b9e4a5a868f86434da38f660fc17f0df 100644 (file)
@@ -21,7 +21,8 @@ return [
     // passwords are hashed using the Bcrypt algorithm. This will allow you
     // to control the amount of time it takes to hash the given password.
     'bcrypt' => [
-        'rounds' => env('BCRYPT_ROUNDS', 10),
+        'rounds' => env('BCRYPT_ROUNDS', 12),
+        'verify' => true,
     ],
 
     // Argon Options