mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
user secrets from string param
This commit is contained in:
@ -29,7 +29,7 @@ namespace Bit.Api
|
||||
public Startup(IHostingEnvironment env)
|
||||
{
|
||||
var builder = new ConfigurationBuilder()
|
||||
.AddSettingsConfiguration<Startup>(env);
|
||||
.AddSettingsConfiguration(env, "aspnet5-bitwarden-Api");
|
||||
Configuration = builder.Build();
|
||||
Environment = env;
|
||||
}
|
||||
|
Reference in New Issue
Block a user