diff options
| author | haoyuren <13851610112@163.com> | 2026-03-31 23:27:05 -0500 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2026-03-31 23:27:05 -0500 |
| commit | 8ebc6c53077a4826109f2ceb4c5625efe6b6522e (patch) | |
| tree | 09cfcc52bd39b563859eaa3aa4787288e47edf89 /.env.example | |
Claude Bridge Server - broker, dispatcher, multi-user support
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..04e1b92 --- /dev/null +++ b/.env.example @@ -0,0 +1,14 @@ +# Telegram Bot Token (从 @BotFather 获取) +TELEGRAM_TOKEN=123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 + +# 你自己的 Telegram Chat ID (从 @userinfobot 获取) +TELEGRAM_CHAT_ID=123456789 + +# Broker API 认证密钥 (随便生成一个强密码) +API_SECRET=your-secret-key-here + +# Broker 数据库路径 +DB_PATH=./bridge.db + +# Broker 服务地址 (MCP dispatcher 用) +BROKER_URL=http://127.0.0.1:8000 |
