Skip to content

Commit ade2085

Browse files
committed
generate documentation from config.sample.php
1 parent 8b99945 commit ade2085

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

admin_manual/configuration_server/config_sample_php_parameters.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2047,6 +2047,16 @@ The default cipher for encrypting files. Currently supported are:
20472047

20482048
Defaults to ``AES-256-CTR``
20492049

2050+
::
2051+
2052+
'encryption.use_legacy_base64_encoding' => false,
2053+
2054+
Use the legacy base64 format for encrypted files instead of the more space-efficient
2055+
binary format. The option affects only newly written files, existing encrypted files
2056+
will not be touched and will remain readable whether they use the new format or not.
2057+
2058+
Defaults to ``false``
2059+
20502060
::
20512061

20522062
'minimum.supported.desktop.version' => '2.0.0',

0 commit comments

Comments
 (0)