11 lines
248 B
Text
11 lines
248 B
Text
# Telegram Bot
|
|
BOT_TOKEN=your_telegram_bot_token_here
|
|
CHAT_ID=-1001234567890
|
|
WEBHOOK_SECRET=your_random_secret_here
|
|
WEBHOOK_URL=https://yourdomain.com/api/webhook/telegram
|
|
|
|
# Database
|
|
DB_PATH=baton.db
|
|
|
|
# CORS
|
|
FRONTEND_ORIGIN=https://yourdomain.com
|