fix(backport): Add missing sample config

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-04-03 15:43:22 +02:00
parent 4b62137a17
commit ebd8e7c2ef
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -314,6 +314,15 @@ $CONFIG = [
*/
'auth.bruteforce.protection.enabled' => true,
/**
* Whether the rate limit protection shipped with Nextcloud should be enabled or not.
*
* Disabling this is discouraged for security reasons.
*
* Defaults to ``true``
*/
'ratelimit.protection.enabled' => true,
/**
* By default WebAuthn is available but it can be explicitly disabled by admins
*/