finance-telegram-bot/.env.example
2026-07-14 12:21:12 +07:00

11 lines
360 B
Text
Raw Permalink 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.

# Получите токен у @BotFather
BOT_TOKEN=123456789:replace_me
# IANA-таймзона и время автоматического дневного отчёта
BOT_TIMEZONE=Asia/Novosibirsk
DAILY_REPORT_TIME=21:00
# В Docker оставьте это значение без изменений
DATABASE_PATH=/app/data/finance.db
LOG_LEVEL=INFO