- BTCPay Server integration - TeleBot Telegram bot - Review system - Admin area - Docker deployment configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
22 lines
577 B
Plaintext
22 lines
577 B
Plaintext
# 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=https://your-littleshop-domain.com
|
|
LITTLESHOP_USERNAME=admin
|
|
LITTLESHOP_PASSWORD=your_secure_admin_password
|
|
|
|
# Security
|
|
DATABASE_ENCRYPTION_KEY=your_secure_32_character_encryption_key_here
|
|
|
|
# Redis Configuration (optional)
|
|
REDIS_ENABLED=false
|
|
REDIS_CONNECTION_STRING=redis:6379
|
|
REDIS_PASSWORD=your_secure_redis_password
|
|
|
|
# Background Jobs (optional)
|
|
HANGFIRE_ENABLED=false
|
|
|
|
# Additional Settings
|
|
TZ=UTC |