{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings":{ "DefaultConnection": "Host=localhost;Port=45738;Database=mydb;Username=postgres;Password=password" } }