generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot 2022-05-02 13:14:30 +00:00
parent 5dc5854ced
commit c3c98996ef
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C

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.