{ "Logging": { "LogLevel": { "Default": "Warning", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "ConnectionStrings": { "DefaultConnection": "DataSource=:memory:" }, "Jwt": { "Key": "YourSuperSecretKeyThatIsAtLeast32CharactersLong!", "Issuer": "LittleShop", "Audience": "LittleShop", "ExpirationMinutes": 60 }, "BTCPayServer": { "ServerUrl": "https://testnet.btcpayserver.com", "StoreId": "test-store-id", "ApiKey": "test-api-key" } }