Files
dify-app/docker/.env.docker
T

33 lines
925 B
Docker
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ============================================================
# Dify Docker 内部服务通信环境变量
# 此文件由 docker-compose.yml 的 env_file 引用
# 请勿提交到 Git,已在 .gitignore 中排除
# ============================================================
# 内部服务间通信不需要修改以下值
# DB/Redis 等地址使用 docker-compose 中的服务名
EDITION=SELF_HOSTED
CONF_GIT_SYNC_ENABLED=false
# 知识库检索配置
INDEXING_MAX_SEGMENTATION_TOKENS=500
INDEXING_MAX_SEGMENTATION_CHUNKS_PER_FILE=10
INDEXING_SEGMENTATION_SEPARATOR=['\n','\n\n',' ','。','!','?',';',';']
# 批量处理配置
BATCH_PROCESSING_ENABLED=true
# 多模态配置
MULTIMODAL_ENABLED=true
# 文件上传限制
UPLOAD_FILE_SIZE_LIMIT=50
UPLOAD_IMAGE_FILE_SIZE_LIMIT=20
# Celery 队列配置
CELERY_QUEUES=dataset,generation,mail
# 文档解析配置
DOCUMENT_PARSERS=pdf,txt,md,csv,xlsx,pptx,docx