- 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>
14 lines
435 B
Plaintext
14 lines
435 B
Plaintext
# LittleShop Production Environment Variables
|
|
# Copy this file to .env and update the values
|
|
|
|
# JWT Configuration
|
|
JWT_SECRET_KEY=YourSuperSecretKeyThatIsAtLeast32CharactersLong!
|
|
|
|
# BTCPay Server Configuration (Optional)
|
|
BTCPAY_SERVER_URL=https://your-btcpay-server.com
|
|
BTCPAY_STORE_ID=your-store-id
|
|
BTCPAY_API_KEY=your-api-key
|
|
BTCPAY_WEBHOOK_SECRET=your-webhook-secret
|
|
|
|
# Compose Project Name (Optional)
|
|
COMPOSE_PROJECT_NAME=littleshop |