Initial commit of LittleShop project (excluding large archives)
- 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>
This commit is contained in:
22
TeleBot/.env.example
Normal file
22
TeleBot/.env.example
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user