Files
AgentsMeeting/gateway/linux/.env.example
T
zhiwei b7993a54d5 cleanup: archive unused scripts, finalize docs
- Moved old GDB hook and memory monitor scripts to archive/
- Updated README with final Docker solution
- Updated .env.example, .gitignore
- Added final-note.md documenting deployment decision
- All research scripts preserved in archive/ for reference
2026-06-24 02:03:24 +08:00

12 lines
247 B
Bash

# MoWeChat 环境变量配置(2026-06-24 最终版)
# Docker Bot token
WECHAT_BOT_TOKEN=your_fixed_token_here
# Hermes Gateway
HERMES_API=http://192.168.1.246:8642/v1/chat/completions
HERMES_KEY=hermes123
# Webhook 端口
WEBHOOK_PORT=5804