Unverified Commit 16d80eba authored by Chenglong.li's avatar Chenglong.li Committed by GitHub

Fix milvus configuration error (#1362)

Signed-off-by: 's avatarJackLCL <chenglong.li@zilliz.com>
parent 61e816f2
...@@ -98,7 +98,7 @@ services: ...@@ -98,7 +98,7 @@ services:
# The milvus password. # The milvus password.
MILVUS_PASSWORD: Milvus MILVUS_PASSWORD: Milvus
# The milvus tls switch. # The milvus tls switch.
MILVUS_SECURE: false MILVUS_SECURE: 'false'
# Mail configuration, support: resend # Mail configuration, support: resend
MAIL_TYPE: '' MAIL_TYPE: ''
# default send from email address, if not specified # default send from email address, if not specified
...@@ -176,7 +176,7 @@ services: ...@@ -176,7 +176,7 @@ services:
# The milvus password. # The milvus password.
MILVUS_PASSWORD: Milvus MILVUS_PASSWORD: Milvus
# The milvus tls switch. # The milvus tls switch.
MILVUS_SECURE: false MILVUS_SECURE: 'false'
# Mail configuration, support: resend # Mail configuration, support: resend
MAIL_TYPE: '' MAIL_TYPE: ''
# default send from email address, if not specified # default send from email address, if not specified
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment