From c8c0c2d2e3b34402bedb8fbfe4c512dd02006c19 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 30 Mar 2021 04:01:41 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 972bab458..6111951b7 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1844,10 +1844,10 @@ Defaults to the theming app which is shipped since Nextcloud 9 'cipher' => 'AES-256-CTR', The default cipher for encrypting files. Currently supported are: -- AES-256-CTR -- AES-128-CTR -- AES-256-CFB -- AES-128-CFB + - AES-256-CTR + - AES-128-CTR + - AES-256-CFB + - AES-128-CFB Defaults to ``AES-256-CTR``