mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05:00
user secrets from string param
This commit is contained in:
@ -15,7 +15,7 @@ namespace Bit.Identity
|
||||
public Startup(IHostingEnvironment env)
|
||||
{
|
||||
var builder = new ConfigurationBuilder()
|
||||
.AddSettingsConfiguration<Startup>(env);
|
||||
.AddSettingsConfiguration(env, "527b1fab-a4b5-465b-881a-f44f08c42899");
|
||||
Configuration = builder.Build();
|
||||
Environment = env;
|
||||
}
|
||||
|
Reference in New Issue
Block a user