mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 20:06:54 +08:00
Fix milvus configuration error (#1362)
Signed-off-by: JackLCL <chenglong.li@zilliz.com>
This commit is contained in:
@@ -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:
|
|||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user