mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -391,7 +391,7 @@ Defaults to ``false``
|
||||
|
||||
The interval at which token activity should be updated.
|
||||
|
||||
Increasing this value means that the last activty on the security page gets
|
||||
Increasing this value means that the last activity on the security page gets
|
||||
more outdated.
|
||||
|
||||
Tokens are still checked every 5 minutes for validity
|
||||
@@ -409,6 +409,16 @@ Disabling this is discouraged for security reasons.
|
||||
|
||||
Defaults to ``true``
|
||||
|
||||
::
|
||||
|
||||
'ratelimit.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``
|
||||
|
||||
::
|
||||
|
||||
'auth.webauthn.enabled' => true,
|
||||
|
||||
Reference in New Issue
Block a user