Merge pull request #235 from skynode/patch-2

Update Identity.API/Startup.cs
This commit is contained in:
Cesar De la Torre 2017-08-16 13:34:17 -07:00 committed by GitHub
commit 32da90b6af

View File

@ -40,7 +40,7 @@ namespace eShopOnContainers.Identity
if (env.IsDevelopment())
{
// For more details on using the user secret store see http://go.microsoft.com/fwlink/?LinkID=532709
builder.AddUserSecrets();
builder.AddUserSecrets<Startup>();
}
builder.AddEnvironmentVariables();