generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2022-10-04 03:21:43 +00:00
parent 057aa7faa5
commit d80b75b2ef

View File

@@ -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,