mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
generate documentation from config.sample.php
This commit is contained in:
parent
bfad1aad58
commit
037b6e93aa
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user