generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2023-04-04 04:41:30 +00:00
parent 996086d158
commit 3ab4fb7920

View File

@@ -369,7 +369,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
@@ -387,6 +387,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.authtoken.v1.disabled' => false,