mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip ci] Refine data node param table comment (#12560)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
446b5a3a48
commit
271aaa7537
@ -68,13 +68,12 @@ type ParamTable struct {
|
|||||||
// Channel subscribition name -
|
// Channel subscribition name -
|
||||||
MsgChannelSubName string
|
MsgChannelSubName string
|
||||||
|
|
||||||
// --- ETCD ---
|
// etcd
|
||||||
EtcdEndpoints []string
|
EtcdEndpoints []string
|
||||||
MetaRootPath string
|
MetaRootPath string
|
||||||
ChannelWatchSubPath string
|
ChannelWatchSubPath string
|
||||||
|
|
||||||
// MinIO
|
// MinIO
|
||||||
|
|
||||||
MinioAddress string
|
MinioAddress string
|
||||||
MinioAccessKeyID string
|
MinioAccessKeyID string
|
||||||
MinioSecretAccessKey string
|
MinioSecretAccessKey string
|
||||||
|
Loading…
Reference in New Issue
Block a user