generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot 2022-02-22 04:05:19 +00:00
parent 97ac441544
commit fb36b08924
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C

View File

@ -384,6 +384,17 @@ Disabling this is discouraged for security reasons.
Defaults to ``true``
::
'auth.authtoken.v1.disabled' => false,
Whether the authtoken v1 provider should be skipped
The v1 provider is deprecated and removed in Nextcloud 24 onwards. It can be
disabled already when the instance was installed after Nextcloud 14.
Defaults to ``false``
::
'auth.webauthn.enabled' => true,