From d80b75b2eff3f4c8e9ca2f1a98ae20e3822153f7 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 4 Oct 2022 03:21:43 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 52f919e5e..2dd00d3e0 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -150,6 +150,15 @@ Prefix for the Nextcloud tables in the database. Default to ``oc_`` +:: + + 'dbpersistent' => '', + +Enable persistent connexions to the database. + +This setting uses the "persistent" option from doctrine dbal, wich in turns + uses the PDO::ATTR_PERSISTENT option from de pdo driver. + :: 'installed' => false,