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