mirror of https://github.com/milvus-io/milvus.git
Fix storage type config key (#16542)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>pull/16549/head
parent
f5e1ded854
commit
f367249b9e
|
@ -349,7 +349,7 @@ func (p *commonConfig) initIndexSliceSize() {
|
|||
}
|
||||
|
||||
func (p *commonConfig) initStorageType() {
|
||||
p.StorageType = p.Base.LoadWithDefault("storageType", "minio")
|
||||
p.StorageType = p.Base.LoadWithDefault("common.storageType", "minio")
|
||||
}
|
||||
|
||||
func (p *commonConfig) initEnableAuthorization() {
|
||||
|
|
Loading…
Reference in New Issue