mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-03 19:20:07 +02:00
10 lines
310 B
Plaintext
10 lines
310 B
Plaintext
# Telegram Bot
|
|
# Get a token from @BotFather on Telegram
|
|
TELEGRAM_BOT_TOKEN=
|
|
|
|
# Optional: webhook secret token for production
|
|
# TELEGRAM_WEBHOOK_SECRET_TOKEN=
|
|
|
|
# Optional: webhook URL (if not set, uses long-polling mode for local dev)
|
|
# TELEGRAM_WEBHOOK_URL=https://your-domain.ngrok-free.dev/telegram/webhook
|