mirror of https://github.com/milvus-io/milvus.git
[Skip ci] Add comments for milvus.yaml (#12430)
Signed-off-by: Bennu <yunmei.li@zilliz.com>pull/12487/head
parent
b3b22552bf
commit
8ea9c00c8a
|
@ -33,7 +33,7 @@ minio:
|
|||
accessKeyID: minioadmin # accessKeyID of MinIO/S3
|
||||
secretAccessKey: minioadmin # MinIO/S3 encryption string
|
||||
useSSL: false
|
||||
bucketName: "a-bucket"
|
||||
bucketName: "a-bucket" # Bucket name in MinIO/S3
|
||||
rootPath: files
|
||||
|
||||
# Related configuration of pulsar, used to manage Milvus logs of recent mutation operations, output streaming log, and provide log publish-subscribe services.
|
||||
|
|
Loading…
Reference in New Issue