Browse Source
Merge pull request #2470 from hilimd/master
fix redis2 sentinel config example
pull/2498/head
Chris Lu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
weed/command/scaffold/filer.toml
|
|
@ -169,7 +169,7 @@ superLargeDirectories = [] |
|
|
|
|
|
|
|
[redis2_sentinel] |
|
|
|
enabled = false |
|
|
|
addresses = "172.22.12.7:26379,172.22.12.8:26379,172.22.12.9:26379" |
|
|
|
addresses = ["172.22.12.7:26379","172.22.12.8:26379","172.22.12.9:26379"] |
|
|
|
masterName = "master" |
|
|
|
username = "" |
|
|
|
password = "" |
|
|
|