1 2 3 4 5 6 7 8 9 10 11 12 13
{ "ConnectionStrings": { "LocalDBConnection": "Server=localhost;Port=5432;Database=TemplateContext;User Id=;Password=;" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*" }