mirror of
https://github.com/bitwarden/server
synced 2025-12-14 23:33:41 +00:00
migrate usersecrets
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Bit.Api
|
|||||||
|
|
||||||
if(env.IsDevelopment())
|
if(env.IsDevelopment())
|
||||||
{
|
{
|
||||||
builder.AddUserSecrets();
|
builder.AddUserSecrets<Startup>();
|
||||||
}
|
}
|
||||||
|
|
||||||
builder.AddEnvironmentVariables();
|
builder.AddEnvironmentVariables();
|
||||||
|
|||||||
Reference in New Issue
Block a user