Merge pull request #957 from dotnet-architecture/fix/broken-appsettings

Fix JSON structure error.
This commit is contained in:
Miguel Veloso 2019-03-05 11:08:08 +00:00 committed by GitHub
commit 3a26761357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,8 @@
"Name": "Web Shopping Aggregator HTTP Check", "Name": "Web Shopping Aggregator HTTP Check",
"Uri": "http://localhost:5121/hc" "Uri": "http://localhost:5121/hc"
} }
], ]
},
"Serilog": { "Serilog": {
"SeqServerUrl": null, "SeqServerUrl": null,
"MinimumLevel": { "MinimumLevel": {
@ -79,7 +80,7 @@
"Microsoft.eShopOnContainers": "Information", "Microsoft.eShopOnContainers": "Information",
"System": "Warning" "System": "Warning"
} }
} },
"Webhooks": [ "Webhooks": [
{ {
"Name": "", "Name": "",