diff options
| author | yulai.li <blacktear23@gmail.com> | 2021-08-26 16:26:27 +0800 |
|---|---|---|
| committer | yulai.li <blacktear23@gmail.com> | 2021-08-26 16:26:27 +0800 |
| commit | de8ef28460d4a71c98412d76b3c6463effe59cea (patch) | |
| tree | 031ae1024d05d34e6885482dbed86e86a819c8a4 /weed/command/scaffold | |
| parent | 546efeba8f83b008bc76bf8c7879ab765aea4e18 (diff) | |
| download | seaweedfs-de8ef28460d4a71c98412d76b3c6463effe59cea.tar.xz seaweedfs-de8ef28460d4a71c98412d76b3c6463effe59cea.zip | |
Update filer.toml scaffold to support tikv store
Diffstat (limited to 'weed/command/scaffold')
| -rw-r--r-- | weed/command/scaffold/filer.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml index 9e9258865..25c372e9d 100644 --- a/weed/command/scaffold/filer.toml +++ b/weed/command/scaffold/filer.toml @@ -230,3 +230,9 @@ location = "/tmp/" address = "localhost:6379" password = "" database = 1 + +[tikv] +enabled = false +# If you have many pd address, use ',' split then: +# pdaddrs = "pdhost1:2379, pdhost2:2379, pdhost3:2379" +pdaddrs = "localhost:2379" |
