# 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