Fix milvus configuration error (#1362)

Signed-off-by: JackLCL <chenglong.li@zilliz.com>
This commit is contained in:
Chenglong.li 2023-10-17 17:40:40 +08:00 committed by GitHub
parent 61e816f24c
commit 16d80ebab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ services:
# The milvus password.
MILVUS_PASSWORD: Milvus
# The milvus tls switch.
MILVUS_SECURE: false
MILVUS_SECURE: 'false'
# Mail configuration, support: resend
MAIL_TYPE: ''
# default send from email address, if not specified
@ -176,7 +176,7 @@ services:
# The milvus password.
MILVUS_PASSWORD: Milvus
# The milvus tls switch.
MILVUS_SECURE: false
MILVUS_SECURE: 'false'
# Mail configuration, support: resend
MAIL_TYPE: ''
# default send from email address, if not specified