1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-02 15:16:51 +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=[
"localhost:9042",
]
username=""
password=""
[redis2]
enabled = false