mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
fix(db): Fix replica password example config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
3154e09e43
commit
5dd7513390
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