mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #42890 from nextcloud/fix/db/replica-password-sample-config
This commit is contained in:
commit
9bce24bf0f
1 changed files with 2 additions and 2 deletions
|
|
@ -155,8 +155,8 @@ $CONFIG = [
|
|||
* Specify read only replicas to be used by Nextcloud when querying the database
|
||||
*/
|
||||
'dbreplica' => [
|
||||
['user' => 'replica1', 'password', 'host' => '', 'dbname' => ''],
|
||||
['user' => 'replica1', 'password', 'host' => '', 'dbname' => ''],
|
||||
['user' => 'nextcloud', 'password' => 'password1', 'host' => 'replica1', 'dbname' => ''],
|
||||
['user' => 'nextcloud', 'password' => 'password2', 'host' => 'replica2', 'dbname' => ''],
|
||||
],
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue