{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "ForecastsDatabase": "Server=(localdb)\\mssqllocaldb;Database=ForecastsDb;Trusted_Connection=True;" } }