From 373290d351296de8fa8f42f85595ad0aa4f0bae5 Mon Sep 17 00:00:00 2001 From: Bennu Date: Tue, 30 Nov 2021 14:17:12 +0800 Subject: [PATCH] [Skip ci] Add comments for milvus.yaml (#12381) 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 58d101cfb..75170d3ea 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -28,7 +28,7 @@ etcd: # Related configuration of minio, which is responsible for data persistence for Milvus. minio: - address: localhost + address: localhost # Address of MinIO/S3 port: 9000 # Port of MinIO/S3 accessKeyID: minioadmin secretAccessKey: minioadmin # MinIO/S3 encryption string -- GitLab