tvsignals-to-tg/.env.example
Artemii Peretiachenko b9a9ed1636 Protect webhook with a secret path token.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 16:44:09 +02:00

6 lines
167 B
Text

TELEGRAM_BOT_TOKEN=123456:ABC-DEF
TELEGRAM_CHAT_ID=-1001234567890
TELEGRAM_MESSAGE_THREAD_ID=1
WEBHOOK_SECRET=change-me-to-a-long-random-string
HOST=0.0.0.0
PORT=8000