mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
filer store: Cassandra supports username/password
This commit is contained in:
parent
b1ac324c44
commit
8516517c48
|
@ -140,6 +140,8 @@ keyspace="seaweedfs"
|
|||
hosts=[
|
||||
"localhost:9042",
|
||||
]
|
||||
username=""
|
||||
password=""
|
||||
|
||||
[redis2]
|
||||
enabled = false
|
||||
|
|
Loading…
Reference in a new issue