{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "PostgreSQL": "Host=localhost;Port=5432;Database=jobot;Username=postgres;Password=LocalDbPass" }, "Kestrel": { "Endpoints": { "Http": { "Url": "http://localhost:5001", "Protocols": "Http2" } } } }