Browse Source
Merge pull request #42890 from nextcloud/fix/db/replica-password-sample-config
pull/43045/head
Julius Härtl
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
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' => ''], |
|
|
|
], |
|
|
|
|
|
|
|
/** |
|
|
|
|