mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
standardize secrets id
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
<TargetFramework>net461</TargetFramework>
|
||||
<AssemblyName>Identity</AssemblyName>
|
||||
<RootNamespace>Bit.Identity</RootNamespace>
|
||||
<UserSecretsId>bitwarden-Identity</UserSecretsId>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -15,7 +15,7 @@ namespace Bit.Identity
|
||||
public Startup(IHostingEnvironment env)
|
||||
{
|
||||
var builder = new ConfigurationBuilder()
|
||||
.AddSettingsConfiguration(env, "527b1fab-a4b5-465b-881a-f44f08c42899");
|
||||
.AddSettingsConfiguration(env, "bitwarden-Identity");
|
||||
Configuration = builder.Build();
|
||||
Environment = env;
|
||||
}
|
||||
|
Reference in New Issue
Block a user