{ "ConnectionStrings": { "DefaultConnection": "Data Source=/app/data/littleshop.db" }, "Jwt": { "Key": "YourSuperSecretKeyThatIsAtLeast32CharactersLong!", "Issuer": "LittleShop", "Audience": "LittleShop" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "BTCPayServer": { "Url": "", "ApiKey": "", "StoreId": "" }, "Kestrel": { "EndPoints": { "Http": { "Url": "http://0.0.0.0:5000" } } } }