aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-12-23 21:49:01 -0800
committerChris Lu <chris.lu@gmail.com>2020-12-23 21:49:01 -0800
commitc3d1b3b5aa5aef8d69cd1254818c296238e0fe64 (patch)
treec3d27fb7f003f5a8c1923ad5fe38f947ed9c64b0 /weed/command/scaffold.go
parent94e3757c08909c6796c2bf02b579f8ee36128c4d (diff)
downloadseaweedfs-c3d1b3b5aa5aef8d69cd1254818c296238e0fe64.tar.xz
seaweedfs-c3d1b3b5aa5aef8d69cd1254818c296238e0fe64.zip
hook up
Diffstat (limited to 'weed/command/scaffold.go')
-rw-r--r--weed/command/scaffold.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index 04a988027..f3a094d5a 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -141,6 +141,10 @@ password=""
# This changes the data layout. Only add new directories. Removing/Updating will cause data loss.
superLargeDirectories = []
+[hbase]
+zkquorum = ""
+table = "seaweedfs"
+
[redis2]
enabled = false
address = "localhost:6379"