diff options
| author | limd <limd@sugon.com> | 2021-11-25 19:20:02 +0800 |
|---|---|---|
| committer | limd <limd@sugon.com> | 2021-11-25 19:20:02 +0800 |
| commit | 8805c0412850c2a435cf62c868baea8b7c45ce7c (patch) | |
| tree | 681c02db3f1baa13e8a10ba81e3a7c709e223b78 /weed/command/scaffold | |
| parent | ec03f22cc31295159354bc3762af4302eaf05357 (diff) | |
| download | seaweedfs-8805c0412850c2a435cf62c868baea8b7c45ce7c.tar.xz seaweedfs-8805c0412850c2a435cf62c868baea8b7c45ce7c.zip | |
fix redis2 sentinel config example
Diffstat (limited to 'weed/command/scaffold')
| -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 = "" |
