Update config.sample.php

Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
pull/32899/head
Retidurc Silvernight 2 years ago
parent 2269f35842
commit 3ecd400cec
No known key found for this signature in database
GPG Key ID: D246194951B7F0F8

@ -138,6 +138,12 @@ $CONFIG = [
*/
'dbtableprefix' => '',
/**
* 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.
*/
'dbpersistent' => '',
/**
* Indicates whether the Nextcloud instance was installed successfully; ``true``

Loading…
Cancel
Save