15 lines
462 B
Plaintext
15 lines
462 B
Plaintext
# Telegram Bot Token
|
|
TELEGRAM__TOKEN=8048299556:AAH16U8XWYuuCL8txcNLwumFCv-NT82vlcE
|
|
|
|
# Database URL (SQLite)
|
|
DB__URL=/data/random_coffee.db
|
|
|
|
# Group Chat IDs (comma-separated, negative numbers for groups)
|
|
# Example: GROUP_CHAT_IDS=-1001234567890,-1009876543210
|
|
GROUP_CHAT_IDS=
|
|
|
|
# Admin Chat IDs (comma-separated, positive numbers for users)
|
|
# Used for admin commands and error notifications
|
|
# Example: ADMIN_CHAT_IDS=123456789,987654321
|
|
ADMIN_CHAT_IDS=690548930
|