30 lines
608 B
Plaintext
30 lines
608 B
Plaintext
# Telegram Bot Configuration
|
|
BOT_TOKEN=your_bot_token_here
|
|
LISTEN_BOT_TOKEN=your_listen_bot_token_here
|
|
TEST_BOT_TOKEN=your_test_bot_token_here
|
|
|
|
# Telegram Groups
|
|
MAIN_PUBLIC=@your_main_public_group
|
|
GROUP_FOR_POSTS=-1001234567890
|
|
GROUP_FOR_MESSAGE=-1001234567890
|
|
GROUP_FOR_LOGS=-1001234567890
|
|
IMPORTANT_LOGS=-1001234567890
|
|
ARCHIVE=-1001234567890
|
|
TEST_GROUP=-1001234567890
|
|
|
|
# Bot Settings
|
|
PREVIEW_LINK=false
|
|
LOGS=false
|
|
TEST=false
|
|
|
|
# Database
|
|
DATABASE_PATH=database/tg-bot-database.db
|
|
|
|
# Monitoring (Centralized Prometheus)
|
|
METRICS_HOST=0.0.0.0
|
|
METRICS_PORT=8080
|
|
|
|
# Logging
|
|
LOG_LEVEL=INFO
|
|
LOG_RETENTION_DAYS=30
|