Browse Source

Update config.sample.php

Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
tags/v26.0.0beta1
Retidurc Silvernight 1 year ago
parent
commit
3ecd400cec
No account linked to committer's email address
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      config/config.sample.php

+ 6
- 0
config/config.sample.php View File

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