videoDownloadTGbot/.env.example

10 lines
561 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Токен Telegram бота (получить у @BotFather)
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
# Имя бота (username без @, используется в подписи видео)
TELEGRAM_BOT_USERNAME=vrubelVideoDownload_bot
# URL VK сервиса для скачивания видео (должен быть на хосте без VPN)
# Для локальной разработки: http://localhost:5555
# Для продакшена: http://<ip_хоста_с_vk_сервисом>:5555
VK_DOWNLOADER_URL=http://localhost:5555