xxy 88793da902 Add .env file
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-05 18:48:04 +08:00

23 lines
746 B
Bash
Raw Permalink 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.

# 范文/模板解析子服务section_reference_block环境配置
# 与网关 eval_report、report_generation 同库
# 远程 MySQL章节内容入库目标与主项目同库
DATABASE_URL=mysql+pymysql://root:Beidas0ft@192.168.4.177:3306/eval_report?charset=utf8mb4
DB_AUTO_CREATE_TABLES=true
# 远程文档解析服务(上传文档 → Markdown
FILE_PARSE_API_URL=http://192.168.4.194:8000/convert
FILE_PARSE_FIELD_NAME=file
FILE_PARSE_ENGINE=auto
FILE_PARSE_HTTP_TIMEOUT_SEC=600
# LLM为每个目录生成"声明";留空则使用确定性兜底模板)
LLM_API_BASE=http://192.168.4.197:8086/v1
LLM_API_KEY=sk-99999999991234
LLM_MODEL_NAME=Qwen3.6-27B
DECLARATION_USE_LLM=true
# 服务监听
HOST=0.0.0.0
PORT=8100