From 8cc78b2a9712cc7e387202f05bbd0f7301167478 Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Fri, 24 Sep 2021 18:40:13 +0800 Subject: [PATCH] [skip ci] Add comments about minio in yaml (#8493) Signed-off-by: shiyu22 --- configs/milvus.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 7cc13dd87d..bfaed4ecc8 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -21,6 +21,7 @@ etcd: flushStreamPosSubPath: datacoord/flushstream # Full path = rootPath/metaSubPath/flushStreamPosSubPath statsStreamPosSubPath: datacoord/statsstream # Full path = rootPath/metaSubPath/statsStreamPosSubPath +# Related configuration of minio, which is responsible for data persistence for Milvus. minio: address: localhost port: 9000