Merge branch 'develop' into adminlte4

# Conflicts:
#	config/cors.php
#	config/hashing.php
This commit is contained in:
James Cole
2023-08-06 11:25:20 +02:00
8 changed files with 237 additions and 49 deletions

View File

@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
return [
/*

View File

@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
return [
/*
@@ -44,9 +46,9 @@ return [
*/
'argon' => [
'memory' => 65536,
'memory' => 65536,
'threads' => 1,
'time' => 4,
'time' => 4,
],
];