aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-12-24 12:13:05 -0800
committerChris Lu <chris.lu@gmail.com>2020-12-24 12:13:05 -0800
commit75613b2cc7fda522e28ca1e3d9e5dd9957bb5a89 (patch)
tree7deea1770b4760f1cb05404a52e40f8af64c4dcd /weed/command/scaffold.go
parent8e48a235e2e0eb3edaeb30aa82b3c5624d564e01 (diff)
parent0e016bc7bd3d08d4c843388d6af55802ebec0dad (diff)
downloadseaweedfs-75613b2cc7fda522e28ca1e3d9e5dd9957bb5a89.tar.xz
seaweedfs-75613b2cc7fda522e28ca1e3d9e5dd9957bb5a89.zip
Merge branch 'add_hbase'
Diffstat (limited to 'weed/command/scaffold.go')
-rw-r--r--weed/command/scaffold.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index 04a988027..6cfd46427 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -141,6 +141,11 @@ password=""
# This changes the data layout. Only add new directories. Removing/Updating will cause data loss.
superLargeDirectories = []
+[hbase]
+enabled = false
+zkquorum = ""
+table = "seaweedfs"
+
[redis2]
enabled = false
address = "localhost:6379"