mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 00:25:54 +08:00
add default value for QDRANT_GRPC_PORT (#3976)
This commit is contained in:
parent
2fd702a319
commit
1d432728ac
@ -38,6 +38,7 @@ DEFAULTS = {
|
||||
'WEAVIATE_BATCH_SIZE': 100,
|
||||
'QDRANT_CLIENT_TIMEOUT': 20,
|
||||
'QDRANT_GRPC_ENABLED': 'False',
|
||||
'QDRANT_GRPC_PORT': '6334',
|
||||
'CELERY_BACKEND': 'database',
|
||||
'LOG_LEVEL': 'INFO',
|
||||
'LOG_FILE': '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user