mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user