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
parent
commit
e87f276cf6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      weed/command/scaffold/filer.toml

2
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 = ""

Loading…
Cancel
Save