Files
Wechat-Bot/wechat-bot/.env.example
2026-04-08 11:00:31 +08:00

25 lines
882 B
Plaintext
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.
# ============================================
# 企业微信机器人配置
# ============================================
# 在企业微信管理后台 -> 智能机器人 -> API模式 -> 长连接 获取
WECHAT_BOT_ID=your_bot_id_here
WECHAT_BOT_SECRET=your_bot_secret_here
# ============================================
# 远程 Agent 服务配置ADK api_server
# ============================================
# Agent 服务地址adk api_server 启动地址)
AGENT_BASE_URL=http://your-agent-host:8000
# Agent 应用名称(对应 agents 目录名)
AGENT_APP_NAME=root_agent
# Agent 请求超时时间(秒)
AGENT_TIMEOUT=120
# ============================================
# 服务配置
# ============================================
# 日志级别: DEBUG, INFO, WARNING, ERROR
LOG_LEVEL=INFO
# 数据目录(用于存储日志数据库等)
DATA_DIR=./data