Change default config files (#26780)

Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>
This commit is contained in:
Enwei Jiao 2023-09-01 09:19:00 +08:00 committed by GitHub
parent b8d472e479
commit d206ebf220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ func globalConfigPrefixs() []string {
return []string{"metastore", "localStorage", "etcd", "minio", "pulsar", "kafka", "rocksmq", "log", "grpc", "common", "quotaAndLimits"}
}
var defaultYaml = []string{"milvus.yaml", "default.yaml", "user.yaml"}
var defaultYaml = []string{"milvus.yaml"}
// BaseTable the basics of paramtable
type BaseTable struct {