diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-09-24 21:31:06 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-09-24 21:31:06 -0700 |
| commit | 8516517c48e8d90877a8160f0a5ed16b33341b54 (patch) | |
| tree | 3b8040020183b9d7542041d843d4d4513058d3b5 | |
| parent | b1ac324c448d345f7bfb6a70892e9f0fc05f06f6 (diff) | |
| download | seaweedfs-8516517c48e8d90877a8160f0a5ed16b33341b54.tar.xz seaweedfs-8516517c48e8d90877a8160f0a5ed16b33341b54.zip | |
filer store: Cassandra supports username/password
| -rw-r--r-- | weed/command/scaffold.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
