fix(backport): Add missing sample config

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/37556/head
Joas Schilling 1 year ago
parent cdc27e25d2
commit f09e4f69d0
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

@ -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,
/**
* Whether the authtoken v1 provider should be skipped
*

Loading…
Cancel
Save