From 1d280c9fcb51306b40920cea070bfe9d9360d416 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 29 Oct 2015 03:35:13 +0100 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 474442972..147d11d9e 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1335,16 +1335,6 @@ Set this ownCloud instance to debugging mode Only enable this for local development and not in production environments This will disable the minifier and outputs some additional debug information -:: - - 'update.skip-migration-test' => false, - -Skips the migration test during upgrades - -If this is set to true the migration test are deactivated during upgrade. -This is only recommended in installations where upgrade tests are run in -advance with the same data on a test system. - :: 'copied_sample_config' => true,