From 8516517c48e8d90877a8160f0a5ed16b33341b54 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 24 Sep 2020 21:31:06 -0700 Subject: [PATCH] filer store: Cassandra supports username/password --- weed/command/scaffold.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index dd12f12a2..c36e4a25f 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -140,6 +140,8 @@ keyspace="seaweedfs" hosts=[ "localhost:9042", ] +username="" +password="" [redis2] enabled = false