{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "EventFlow": "Information", "Hangfire": "Information" } }, "AllowedHosts": "*", "ConnectionStrings": { "Default": "Host=localhost;Database=books;Username=postgres;Password=postgres;Include Error Detail=true" } }