Fix storage type config key (#16542)

Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
pull/16549/head
Xiaofan 2022-04-19 17:47:39 +08:00 committed by GitHub
parent f5e1ded854
commit f367249b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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() {