Disable bruteforce

This commit is contained in:
Micke Nordin 2025-03-24 15:06:39 +01:00
parent dc39cb5d85
commit 87b6ea8ddb
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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',