aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/config.sample.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index ae37c3aec92..24bed544692 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -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' => ''],
],
/**