summaryrefslogtreecommitdiffstats
path: root/config/config.sample.php
diff options
context:
space:
mode:
authorRetidurc Silvernight <retidurc@silvernight.social>2022-09-18 17:05:24 +0200
committerRetidurc Silvernight <retidurc@silvernight.social>2022-09-23 09:48:02 +0200
commit3ecd400cec44e0ec12dc0bb8935fc36cf3124f76 (patch)
tree7ada51a8bb58bedb7a0356b925a56ab4087a1ce5 /config/config.sample.php
parent2269f3584245bd6d361daf4acf33ffd054f96b60 (diff)
downloadnextcloud-server-3ecd400cec44e0ec12dc0bb8935fc36cf3124f76.tar.gz
nextcloud-server-3ecd400cec44e0ec12dc0bb8935fc36cf3124f76.zip
Update config.sample.php
Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
Diffstat (limited to 'config/config.sample.php')
-rw-r--r--config/config.sample.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 104b3e32546..3e65008ed3b 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -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``