diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-12-23 21:49:01 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-12-23 21:49:01 -0800 |
| commit | c3d1b3b5aa5aef8d69cd1254818c296238e0fe64 (patch) | |
| tree | c3d27fb7f003f5a8c1923ad5fe38f947ed9c64b0 /weed/command/scaffold.go | |
| parent | 94e3757c08909c6796c2bf02b579f8ee36128c4d (diff) | |
| download | seaweedfs-c3d1b3b5aa5aef8d69cd1254818c296238e0fe64.tar.xz seaweedfs-c3d1b3b5aa5aef8d69cd1254818c296238e0fe64.zip | |
hook up
Diffstat (limited to 'weed/command/scaffold.go')
| -rw-r--r-- | weed/command/scaffold.go | 4 |
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" |
