summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example14
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