Files
SnapAndAnaly/backend/.env.example
T
congsh 5c028d7952 Initial commit: snapAna 截图智能整理工具
包含 FastAPI 后端、React 前端、队列/OCR/标签/待办等完整功能。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-27 15:45:50 +08:00

16 lines
297 B
Bash
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.
# snapAna 后端环境变量示例。复制为 .env 后按需修改。
DEBUG=false
HOST=127.0.0.1
PORT=8765
# 数据目录(默认 backend/.data
# DATA_DIR=D:/snapAna-data
# 并发与重试
ANALYZE_CONCURRENCY=4
MAX_RETRIES=3
# 缩略图 / VLM 上传压缩
THUMB_SIZE=320
VLM_MAX_SIDE=1280