Files
audio-tempo-bot/env.example
2025-11-01 00:10:38 +04:00

10 lines
337 B
Plaintext
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_bot_token_here
# Время хранения файлов в часах (по умолчанию 24)
FILE_CLEANUP_HOURS=24
# Максимальный размер файла в МБ (по умолчанию 100)
MAX_FILE_SIZE_MB=100