mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
Update config.sample.php
Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
This commit is contained in:
@@ -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``
|
||||
|
||||
Reference in New Issue
Block a user