mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-27 13:38:39 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -349,6 +349,20 @@ which can be used as passwords on their clients.
|
||||
|
||||
Defaults to ``false``
|
||||
|
||||
::
|
||||
|
||||
'token_auth_activity_update' => 60,
|
||||
|
||||
The interval at which token activity should be updated.
|
||||
|
||||
Increasing this value means that the last activty on the security page gets
|
||||
more outdated.
|
||||
|
||||
Tokens are still checked every 5 minutes for validity
|
||||
max value: 300
|
||||
|
||||
Defaults to ``300``
|
||||
|
||||
::
|
||||
|
||||
'auth.bruteforce.protection.enabled' => true,
|
||||
|
||||
Reference in New Issue
Block a user