{ "Logging": { "LogLevel": { "Default": "Information", "System": "Information", "Microsoft": "Information" }, "Console": { "IncludeScopes": true } }, "AllowedHosts": "*", "ConnectionStrings": { "Default": "Server=.;Database=TestWeb;Trusted_Connection=True;Encrypt=False;" }, "Jwt": { "Key": "superdupersecretkeythatsreallyreallylong" } }