Updated Webstatus startup

Ignore temp healthchecksdb
This commit is contained in:
Ramón Tomás 2018-12-04 21:49:14 +01:00
parent 8d794a220b
commit 25bef6dce4
3 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

@ -263,3 +263,6 @@ pub/
/src/Web/WebMVC/wwwroot/css/site.min.css
**/.kube/**
.mfractor
# Ignore HealthCheckdb
*healthchecksdb*

View File

@ -26,7 +26,6 @@ namespace WebStatus
RegisterAppInsights(services);
services.AddOptions();
services.AddHealthChecks();
services.AddHealthChecksUI();
services.AddMvc()

View File

@ -15,5 +15,8 @@
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="2.2.0-preview3-35497" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.0-preview3-35497" />
</ItemGroup>
<ItemGroup>
<Folder Include="Views\" />
</ItemGroup>
</Project>