{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "Microsoft.EntityFrameworkCore": "Information" }, "Console": { "IncludeScopes": true, "TimestampFormat": "yyyy-MM-ddTHH:mm:ss.fffZ" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "" }, "Jwt": { "SecretKey": "", "ExpirationMinutes": 60, "Issuer": "biergarten-api", "Audience": "biergarten-users" } }