1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-04 03:02:18 -05:00

migrate usersecrets

This commit is contained in:
Kyle Spearrin 2017-03-08 21:38:37 -05:00
parent d7eb5f0f7a
commit 985435b696

View File

@ -45,7 +45,7 @@ namespace Bit.Api
if(env.IsDevelopment())
{
builder.AddUserSecrets();
builder.AddUserSecrets<Startup>();
}
builder.AddEnvironmentVariables();