generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2022-04-15 04:13:13 +00:00
parent 065de29b66
commit 7fba510c02

View File

@@ -1744,6 +1744,21 @@ filesystem instead of the database to keep the share information.
Defaults to ``\OC\Share20\ProviderFactory``
::
'sharing.enable_mail_link_password_expiration' => false,
Enables expiration for link share passwords sent by email (sharebymail).
The passwords will expire after the configured interval, the users can
still request a new one in the public link page.
::
'sharing.mail_link_password_expiration_interval' => 3600,
Expiration interval for passwords, in seconds.
::
'sharing.maxAutocompleteResults' => 25,
@@ -2397,6 +2412,18 @@ Enable profile globally
Defaults to ``true``
::
'enable_file_metadata' => true,
Enable file metadata collection
This is helpful for the mobile clients and will enable a few optimization in
the future for the preview generation.
Note that when enabled, this data will be stored in the database and might increase
the database storage.
.. ALL_OTHER_SECTIONS_END
.. Generated content above. Don't change this.