Disable bruteforce
This commit is contained in:
parent
dc39cb5d85
commit
87b6ea8ddb
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ $CONFIG = array (
|
|||
),
|
||||
),
|
||||
'appstoreenabled' => false,
|
||||
'auth.bruteforce.protection.enabled' => false;
|
||||
'auth.bruteforce.protection.enabled' => false,
|
||||
'config_is_read_only' => true,
|
||||
'csrf.disabled' => true,
|
||||
'datadirectory' => '/var/www/html/data',
|
||||
|
|
Loading…
Add table
Reference in a new issue