This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Fix JSON structure error.
pull/957/head
Miguel Veloso
6 years ago
parent
13ecdfd540
commit
c19e1883f4
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
:
""
,
Write
Preview
Loading…
Cancel
Save