]> BookStack Code Mirror - bookstack/blobdiff - app/Config/hashing.php
Added test to cover export body start/end partial usage
[bookstack] / app / Config / hashing.php
index edcc7c1daf64d62523485168b148db090e76b64b..585ee094ccb2858c90c41de587757cb87bfca9b0 100644 (file)
@@ -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,
     ],
 
-];
\ No newline at end of file
+];