{ "ConnectionStrings": { "DefaultConnection": "Data Source=littleshop.db" }, "Jwt": { "Key": "YourSuperSecretKeyThatIsAtLeast32CharactersLong!", "Issuer": "LittleShop", "Audience": "LittleShop", "ExpiryInHours": 24 }, "BTCPayServer": { "BaseUrl": "https://pay.silverlabs.uk", "ApiKey": "your-api-key", "StoreId": "your-store-id", "WebhookSecret": "your-webhook-secret" }, "RoyalMail": { "ApiKey": "your-royal-mail-api-key", "BaseUrl": "https://api.royalmail.com" }, "WebPush": { "VapidPublicKey": "BMc6fFJZ8oIQKQzcl3kMnP9tTsjrm3oI_VxLt3lAGYUMWGInzDKn7jqclEoZzjvXy1QXGFb3dIun8mVBwh-QuS4", "VapidPrivateKey": "dYuuagbz2CzCnPDFUpO_qkGLBgnN3MEFZQnjXNkc1MY", "Subject": "mailto:admin@littleshop.local" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" }