bot/config.example.py
2026-08-30 13:48:59 +03:00

14 lines
No EOL
400 B
Python

# Telegram bot token
TOKEN: str = '...'
# Telegram proxy url (None for no proxy)
TELEGRAM_PROXY: str | None = None
# Base URL for the map (should be runned separately)
WEB_BASE_URL: str = 'https://zatups.example.com'
# Base URL for the schedule (should be runned separately)
SCHEDULE_BASE_URL: str = 'http://schedule_backend:8000/'
# Telegram user IDs
ADMINS: list[int] = [5016590523, 5001115363]