mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -218,6 +218,19 @@ Enable persistent connexions to the database.
|
||||
This setting uses the "persistent" option from doctrine dbal, which in turn
|
||||
uses the PDO::ATTR_PERSISTENT option from the pdo driver.
|
||||
|
||||
dbreplica
|
||||
^^^^^^^^^
|
||||
|
||||
|
||||
::
|
||||
|
||||
'dbreplica' => [
|
||||
['user' => 'replica1', 'password', 'host' => '', 'dbname' => ''],
|
||||
['user' => 'replica1', 'password', 'host' => '', 'dbname' => ''],
|
||||
],
|
||||
|
||||
Specify read only replicas to be used by Nextcloud when querying the database
|
||||
|
||||
installed
|
||||
^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user