Browse Source

filer store: Cassandra supports username/password

pull/1502/head
Chris Lu 4 years ago
parent
commit
8516517c48
  1. 2
      weed/command/scaffold.go

2
weed/command/scaffold.go

@ -140,6 +140,8 @@ keyspace="seaweedfs"
hosts=[ hosts=[
"localhost:9042", "localhost:9042",
] ]
username=""
password=""
[redis2] [redis2]
enabled = false enabled = false

Loading…
Cancel
Save