Skip to content

Commit

Permalink
[UI] Update image docs to latest UI version w/ tags
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLanderas committed Sep 15, 2020
1 parent 5b5d088 commit 62083c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified doc/images/ui-branding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/ui-home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions samples/HealthChecks.UI.StorageProviders/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ public void ConfigureServices(IServiceCollection services)
//Uncomment the options below to use different database providers
//.AddSqlServerStorage("server=localhost;initial catalog=healthchecksui;user id=sa;password=Password12!");
//.AddSqliteStorage("Data Source = healthchecks.db");
//.AddInMemoryStorage();
.AddInMemoryStorage();
//.AddPostgreSqlStorage("Host=localhost;Username=postgres;Password=Password12!;Database=healthchecksui");
.AddMySqlStorage("Host=localhost;User Id=root;Password=Password12!;Database=UI");
//.AddMySqlStorage("Host=localhost;User Id=root;Password=Password12!;Database=UI");

}

Expand Down

0 comments on commit 62083c7

Please sign in to comment.