Browse Source

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

Fix JSON structure error.
pull/958/head
Miguel Veloso 6 years ago
committed by GitHub
parent
commit
3a26761357
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/Web/WebStatus/appsettings.json

+ 3
- 2
src/Web/WebStatus/appsettings.json View File

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


Loading…
Cancel
Save