# Telegram Bot Token (получить у @BotFather) BOT_TOKEN=your_telegram_bot_token_here # OpenAI API Key OPENAI_API_KEY=your_openai_api_key_here # Database DATABASE_URL=postgresql+asyncpg://user:password@localhost:5432/language_bot # Settings DEBUG=True