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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
src/Web/WebStatus/appsettings.json
|
|
@ -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": "", |
|
|
|