Skip to content

Commit 5dd7513

Browse files
ChristophWurstjuliusknorr
authored andcommitted
fix(db): Fix replica password example config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 3154e09 commit 5dd7513

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/config.sample.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@
155155
* Specify read only replicas to be used by Nextcloud when querying the database
156156
*/
157157
'dbreplica' => [
158-
['user' => 'replica1', 'password', 'host' => '', 'dbname' => ''],
159-
['user' => 'replica1', 'password', 'host' => '', 'dbname' => ''],
158+
['user' => 'nextcloud', 'password' => 'password1', 'host' => 'replica1', 'dbname' => ''],
159+
['user' => 'nextcloud', 'password' => 'password2', 'host' => 'replica2', 'dbname' => ''],
160160
],
161161

162162
/**

0 commit comments

Comments
 (0)