Skip to content

Commit 3a26761

Browse files
authored
Merge pull request dotnet-architecture#957 from dotnet-architecture/fix/broken-appsettings
Fix JSON structure error.
2 parents 13ecdfd + c19e188 commit 3a26761

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/Web/WebStatus/appsettings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
"Name": "Web Shopping Aggregator HTTP Check",
7070
"Uri": "http://localhost:5121/hc"
7171
}
72-
],
72+
]
73+
},
7374
"Serilog": {
7475
"SeqServerUrl": null,
7576
"MinimumLevel": {
@@ -79,7 +80,7 @@
7980
"Microsoft.eShopOnContainers": "Information",
8081
"System": "Warning"
8182
}
82-
}
83+
},
8384
"Webhooks": [
8485
{
8586
"Name": "",

0 commit comments

Comments
 (0)