mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment of milvus version on benchamrk (#9222)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/9226/head
parent
9345564cbe
commit
9f218f6d6b
|
@ -10,6 +10,8 @@ DEFAULT_IMAGE = "milvusdb/milvus:latest"
|
|||
|
||||
SERVER_HOST_DEFAULT = "127.0.0.1"
|
||||
SERVER_PORT_DEFAULT = 19530
|
||||
|
||||
# milvus version, should be changed by manual
|
||||
SERVER_VERSION = "2.0.0-RC7"
|
||||
DEFUALT_DEPLOY_MODE = "single"
|
||||
|
||||
|
|
Loading…
Reference in New Issue