New line formating
This commit is contained in:
parent
010d713898
commit
18701f51ea
|
@ -30,6 +30,7 @@
|
||||||
|
|
|
|
||||||
| Default: 10
|
| Default: 10
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'bcrypt' => [
|
'bcrypt' => [
|
||||||
'rounds' => 10,
|
'rounds' => 10,
|
||||||
],
|
],
|
||||||
|
@ -51,6 +52,7 @@
|
||||||
| (default : 2)
|
| (default : 2)
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'argon' => [
|
'argon' => [
|
||||||
'time' => 2,
|
'time' => 2,
|
||||||
'memory' => 1024,
|
'memory' => 1024,
|
||||||
|
|
Loading…
Reference in New Issue