{ "ConnectionStrings": { "DefaultConnection": "Data Source=littleshop.db" }, "Jwt": { "Key": "YourSuperSecretKeyThatIsAtLeast32CharactersLong!", "Issuer": "LittleShop", "Audience": "LittleShop", "ExpiryInHours": 24 }, "BTCPayServer": { "BaseUrl": "https://your-btcpay-server.com", "ApiKey": "your-api-key", "StoreId": "your-store-id", "WebhookSecret": "your-webhook-secret" }, "RoyalMail": { "ApiKey": "your-royal-mail-api-key", "BaseUrl": "https://api.royalmail.com" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" }