From de8ef28460d4a71c98412d76b3c6463effe59cea Mon Sep 17 00:00:00 2001 From: "yulai.li" Date: Thu, 26 Aug 2021 16:26:27 +0800 Subject: [PATCH] Update filer.toml scaffold to support tikv store --- weed/command/scaffold/filer.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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"