mirror of
https://github.com/nextcloud/server.git
synced 2026-06-27 01:20:37 -04:00
fix(backport): Add missing sample config
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
4b62137a17
commit
ebd8e7c2ef
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue