# TeleBot Production Environment Variables # Copy this file to /opt/telebot/.env on the VPS and fill in the values # Telegram Bot Configuration TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here TELEGRAM_ADMIN_CHAT_ID=your_admin_chat_id_here # LittleShop API Configuration LITTLESHOP_API_URL=http://littleshop-admin:8080 LITTLESHOP_USERNAME=admin LITTLESHOP_PASSWORD=your_admin_password_here # Database Encryption DB_ENCRYPTION_KEY=your_32_character_encryption_key_here # Optional: Redis Configuration (if enabled) # REDIS_CONNECTION_STRING=localhost:6379 # Optional: Tor Configuration (if enabled) # PRIVACY_ENABLE_TOR=false # PRIVACY_TOR_SOCKS_PORT=9050