This repository has been archived on 2026-03-05. You can view files and clone it, but cannot push or open issues or pull requests.
AccountingBot/.env
2026-01-21 10:45:30 +08:00

19 lines
595 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.

# --- Telegram 配置 ---
TG_TOKEN=8342041421:AAFV1TjMUh5DpTrstl3gZvY8vjuNFxLTyTQ
ADMIN_ID=1067428035 # 你的个人TG ID用于接收系统通知或管理
# --- 数据库配置 ---
DB_URL=postgresql+asyncpg://admin:sWEjhzRXt2.QgJPNvjW@db:5432/accounting
POSTGRES_USER=admin
POSTGRES_PASSWORD=sWEjhzRXt2.QgJPNvjW
POSTGRES_DB=accounting
# --- 本地 AI 配置 ---
VLM_MODEL=qwen3-vl:8b
OLLAMA_BASE_URL=http://vlm-service:11434
# --- 系统配置 ---
MAX_CONCURRENT_INFERENCE=1 # 根据显存决定,一般一张显卡设为 1
# --- 代理配置 ---
GLOBAL_PROXY=http://192.168.2.250:7890