generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2022-05-06 04:19:48 +00:00
parent 8b99945d9f
commit ade2085087

View File

@@ -2047,6 +2047,16 @@ The default cipher for encrypting files. Currently supported are:
Defaults to ``AES-256-CTR``
::
'encryption.use_legacy_base64_encoding' => false,
Use the legacy base64 format for encrypted files instead of the more space-efficient
binary format. The option affects only newly written files, existing encrypted files
will not be touched and will remain readable whether they use the new format or not.
Defaults to ``false``
::
'minimum.supported.desktop.version' => '2.0.0',