Yaltopia-Homes-TGClient/.env.example
2026-01-08 19:06:12 +03:00

26 lines
1.0 KiB
Plaintext

# Production Environment Variables
TELEGRAM_BOT_TOKEN=your_production_bot_token_here
API_BASE_URL=https://your-api-domain.com/api
WEBSITE_URL=https://yaltipia.com
WEBHOOK_PORT=3001
# Notification System Configuration
NOTIFICATION_MODE=optimized
NOTIFICATION_CHECK_INTERVAL_HOURS=6
MAX_NOTIFICATIONS_PER_USER=3
SEND_NO_MATCH_NOTIFICATIONS=false
# Monitoring System Configuration
ADMIN_CHAT_IDS=your_admin_chat_id_here
MONITORING_TOPIC_ID=your_monitoring_topic_id_here
HEALTH_CHECK_INTERVAL_MINUTES=5
DAILY_REPORT_HOUR=9
ERROR_CLEANUP_INTERVAL_HOURS=1
# Optional: Advanced Configuration
# NOTIFICATION_CHECK_INTERVAL_HOURS=12 # Check every 12 hours instead of 6
# HEALTH_CHECK_INTERVAL_MINUTES=10 # Health checks every 10 minutes
# DAILY_REPORT_HOUR=8 # Daily reports at 8 AM
# ERROR_CLEANUP_INTERVAL_HOURS=2 # Clean error logs every 2 hours
# MAX_NOTIFICATIONS_PER_USER=5 # Allow up to 5 notifications per user
# SEND_NO_MATCH_NOTIFICATIONS=true # Enable "no matches" messages for testing