Updated Webstatus startup
Ignore temp healthchecksdb
This commit is contained in:
parent
8d794a220b
commit
25bef6dce4
3
.gitignore
vendored
3
.gitignore
vendored
@ -263,3 +263,6 @@ pub/
|
|||||||
/src/Web/WebMVC/wwwroot/css/site.min.css
|
/src/Web/WebMVC/wwwroot/css/site.min.css
|
||||||
**/.kube/**
|
**/.kube/**
|
||||||
.mfractor
|
.mfractor
|
||||||
|
|
||||||
|
# Ignore HealthCheckdb
|
||||||
|
*healthchecksdb*
|
@ -26,7 +26,6 @@ namespace WebStatus
|
|||||||
RegisterAppInsights(services);
|
RegisterAppInsights(services);
|
||||||
|
|
||||||
services.AddOptions();
|
services.AddOptions();
|
||||||
services.AddHealthChecks();
|
|
||||||
services.AddHealthChecksUI();
|
services.AddHealthChecksUI();
|
||||||
|
|
||||||
services.AddMvc()
|
services.AddMvc()
|
||||||
|
@ -15,5 +15,8 @@
|
|||||||
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="2.2.0-preview3-35497" />
|
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="2.2.0-preview3-35497" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.0-preview3-35497" />
|
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.0-preview3-35497" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Folder Include="Views\" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user