# Telegram Bot Configuration # Get your bot token from @BotFather on Telegram TELEGRAM_BOT_TOKEN=your_bot_token_here # Chat ID (auto-set when you send /start to your bot) # Leave empty on first setup TELEGRAM_CHAT_ID= # HTTP Server Configuration PORT=3456 HOST=localhost # Enable/disable notifications ENABLED=true