Browse Source

hook up

ftp
Chris Lu 4 years ago
parent
commit
c3d1b3b5aa
  1. 4
      weed/command/scaffold.go
  2. 1
      weed/server/filer_server.go

4
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"

1
weed/server/filer_server.go

@ -23,6 +23,7 @@ import (
_ "github.com/chrislusf/seaweedfs/weed/filer/cassandra"
_ "github.com/chrislusf/seaweedfs/weed/filer/elastic/v7"
_ "github.com/chrislusf/seaweedfs/weed/filer/etcd"
_ "github.com/chrislusf/seaweedfs/weed/filer/hbase"
_ "github.com/chrislusf/seaweedfs/weed/filer/leveldb"
_ "github.com/chrislusf/seaweedfs/weed/filer/leveldb2"
_ "github.com/chrislusf/seaweedfs/weed/filer/mongodb"

Loading…
Cancel
Save