1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-07 17:48:49 +02:00

filer store: Cassandra supports username/password

This commit is contained in:
Chris Lu 2020-09-24 21:31:06 -07:00
parent b1ac324c44
commit 8516517c48

View file

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