# Telegram Bot Workers - Environment Variables Example # Copy this file to .env and fill in your values # NEVER commit .env with real values! # Webhook secret for CLI testing (npm run chat) # Generate with: openssl rand -hex 16 WEBHOOK_SECRET=your_webhook_secret_here