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 77a956020c
commit 0dc8c731c6
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -303,6 +303,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
*/