mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 23:31:03 +00:00
typo
This commit is contained in:
parent
dc3c9022ce
commit
5aba7a4681
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ func getStorage(db string, slice int, frame string, fid SUUID) Storage {
|
|||
return NewLevelDBStorage(full_dir)
|
||||
case "cassandra":
|
||||
// host := config.GetString("cassandra_host")
|
||||
hosts := config.GetStringArrayDefault("cassandra_servers", []string{"localhost"})
|
||||
hosts := config.GetStringArrayDefault("cassandra_hosts", []string{"localhost"})
|
||||
keyspace := config.GetString("cassandra_keyspace")
|
||||
if keyspace == "" {
|
||||
keyspace = "hotbox"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue