diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-11-25 09:05:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-25 09:05:09 -0800 |
| commit | e87f276cf6095d67d12d171e9327e151ec5d5862 (patch) | |
| tree | 681c02db3f1baa13e8a10ba81e3a7c709e223b78 | |
| parent | 6f95c06bd53cb452a28168970a4ce676ff84f26f (diff) | |
| parent | 8805c0412850c2a435cf62c868baea8b7c45ce7c (diff) | |
| download | seaweedfs-e87f276cf6095d67d12d171e9327e151ec5d5862.tar.xz seaweedfs-e87f276cf6095d67d12d171e9327e151ec5d5862.zip | |
Merge pull request #2470 from hilimd/master
fix redis2 sentinel config example
| -rw-r--r-- | weed/command/scaffold/filer.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml index d936f91b6..bf895f484 100644 --- a/weed/command/scaffold/filer.toml +++ b/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 = "" |
