mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments for milvus.yaml (#12674)
Signed-off-by: Bennu <yunmei.li@zilliz.com>pull/12694/head
parent
ddb4287511
commit
864165689d
|
@ -34,7 +34,7 @@ minio:
|
|||
secretAccessKey: minioadmin # MinIO/S3 encryption string
|
||||
useSSL: false # Access to MinIO/S3 with SSL
|
||||
bucketName: "a-bucket" # Bucket name in MinIO/S3
|
||||
rootPath: files
|
||||
rootPath: files # The root path where the message is stored in MinIO/S3
|
||||
|
||||
# Related configuration of pulsar, used to manage Milvus logs of recent mutation operations, output streaming log, and provide log publish-subscribe services.
|
||||
pulsar:
|
||||
|
|
Loading…
Reference in New Issue