# Telegram Bot Configuration BOT_TOKEN=your_telegram_bot_token_here WEBHOOK_SECRET=your_webhook_secret_here CHAT_ID=your_telegram_user_id_here # Worker Configuration WORKER_URL=https://telegram-summary-bot.kappa-d8e.workers.dev # Optional: Enable debug mode DEBUG=false