aiogram-bot-template/.env.dist
Kyle d0f0142111 Обновление структуры
догрузил в гит остальные файлы (git add .), а то до этого забыл. Почистил requirements.txt, чтобы это выглядело по-человечески. Остальные библиотеки подтягиваются прописанными библиотеками. Версии указывал строго
2020-06-04 20:58:29 +03:00

15 lines
319 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 API Token
BOT_TOKEN=
# Не надо использовать пробел после ","
ADMINS_ID=123456789,987654321
# Указываем пропускать ли боту апдейты при запуске
SKIP_UPDATES=False
# Параметры для Redis
REDIS_HOST=127.0.0.1
REDIS_PORT=6379