# Telegram API credentials (get from https://my.telegram.org) TELEGRAM_API_ID=12345678 TELEGRAM_API_HASH=your_api_hash_here # Bot username to chat with (without @) BOT_USERNAME=AnvilForgeBot # Session storage directory SESSION_DIR=/opt/telegram-web-client/sessions # Server settings HOST=0.0.0.0 PORT=8000