# LittleShop Environment Configuration for Hostinger # Copy to .env and update with your actual values # JWT Configuration JWT_SECRET_KEY=YourSuperSecretKeyThatIsAtLeast32CharactersLong! # BTCPay Server Configuration (running on same Hostinger server) BTCPAY_SERVER_URL=https://thebankofdebbie.giize.com BTCPAY_STORE_ID=YOUR_STORE_ID_HERE BTCPAY_API_KEY=YOUR_API_KEY_HERE BTCPAY_WEBHOOK_SECRET=YOUR_WEBHOOK_SECRET_HERE # Database Configuration (if using external database) # DATABASE_CONNECTION_STRING= # Application Settings ASPNETCORE_ENVIRONMENT=Production ASPNETCORE_URLS=http://+:5000 # SSL Configuration (if needed) # ASPNETCORE_Kestrel__Certificates__Default__Path=/app/ssl/cert.pfx # ASPNETCORE_Kestrel__Certificates__Default__Password=your_cert_password