{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information" } }, "ConnectionStrings": { "ApplicationDb": "Host=localhost;Database=svsim;Username=postgres;password=postgres" }, "AllowedHosts": "*" }