mirror of
https://github.com/BEARlogin/max-telegram-bridge-bot.git
synced 2026-04-26 10:50:57 +00:00
Update .env.example
This commit is contained in:
parent
f2be13a0fb
commit
04c2e82ae6
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
|||
TG_TOKEN=your_telegram_bot_token
|
||||
MAX_TOKEN=your_max_bot_token
|
||||
|
||||
|
||||
# Max file size for forwarding (in MB). 0 or not set = unlimited.
|
||||
# TG→MAX: Telegram getFile API is limited to 20 MB.
|
||||
# MAX→TG: Telegram Bot API sendDocument is limited to 50 MB.
|
||||
# TG_MAX_FILE_SIZE_MB=20
|
||||
# MAX_MAX_FILE_SIZE_MB=20
|
||||
# SQLite (по умолчанию, без docker-compose)
|
||||
# DB_PATH=bridge.db
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue