mirror of
https://github.com/dnslin/aria2bot.git
synced 2026-01-11 12:12:19 +08:00
15 lines
430 B
Plaintext
15 lines
430 B
Plaintext
# Telegram Bot Token (required)
|
||
TELEGRAM_BOT_TOKEN=
|
||
|
||
# 允许使用 Bot 的用户 ID 列表(逗号分隔,必须配置,否则拒绝所有用户)
|
||
# 获取用户 ID:向 @userinfobot 发送消息
|
||
ALLOWED_USERS=
|
||
|
||
# Custom Telegram Bot API URL (optional, for self-hosted API)
|
||
TELEGRAM_API_BASE_URL=
|
||
# Aria2 RPC Port (default: 6800)
|
||
ARIA2_RPC_PORT=6800
|
||
|
||
# Aria2 RPC Secret (optional, auto-generated if empty)
|
||
ARIA2_RPC_SECRET=
|