Skip to content

Commit

Permalink
generate documentation from config.sample.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-bot committed Aug 23, 2023
1 parent 7a22e8d commit 573e578
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions admin_manual/configuration_server/config_sample_php_parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,24 @@ Disabling this is discouraged for security reasons.

Defaults to ``true``

auth.bruteforce.protection.testing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


::

'auth.bruteforce.protection.testing' => false,

Whether the bruteforce protection shipped with Nextcloud should be set to testing mode.

In testing mode bruteforce attempts are still recorded, but the requests do
not sleep/wait for the specified time. They will still abort with
"429 Too Many Requests" when the maximum delay is reached.
Enabling this is discouraged for security reasons
and should only be done for debugging and on CI when running tests.

Defaults to ``false``

ratelimit.protection.enabled
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 573e578

Please sign in to comment.