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