From b57d7a7508ea8dffd282cf7cb671490da0f41ff1 Mon Sep 17 00:00:00 2001 From: Bennu Date: Mon, 18 Oct 2021 18:02:57 +0800 Subject: [PATCH] [skip ci] Add comments for milvus.yaml (#10061) Signed-off-by: Bennu --- configs/milvus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 88e1479f42..a826a58d1d 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -29,7 +29,7 @@ etcd: # Related configuration of minio, which is responsible for data persistence for Milvus. minio: address: localhost - port: 9000 + port: 9000 # Port of MinIO/S3 accessKeyID: minioadmin secretAccessKey: minioadmin useSSL: false