Merge pull request #235 from skynode/patch-2
Update Identity.API/Startup.cs
This commit is contained in:
commit
32da90b6af
@ -40,7 +40,7 @@ namespace eShopOnContainers.Identity
|
|||||||
if (env.IsDevelopment())
|
if (env.IsDevelopment())
|
||||||
{
|
{
|
||||||
// For more details on using the user secret store see http://go.microsoft.com/fwlink/?LinkID=532709
|
// For more details on using the user secret store see http://go.microsoft.com/fwlink/?LinkID=532709
|
||||||
builder.AddUserSecrets();
|
builder.AddUserSecrets<Startup>();
|
||||||
}
|
}
|
||||||
|
|
||||||
builder.AddEnvironmentVariables();
|
builder.AddEnvironmentVariables();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user