mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
stubbed out jobs worker console app
This commit is contained in:
@ -14,7 +14,7 @@ namespace Bit.Core.Utilities
|
||||
.AddJsonFile("settings.json")
|
||||
.AddJsonFile($"settings.{env.EnvironmentName}.json", optional: true);
|
||||
|
||||
if(env.IsDevelopment())
|
||||
if(env.IsDevelopment() && !string.IsNullOrWhiteSpace(userSecretsId))
|
||||
{
|
||||
builder.AddUserSecrets(userSecretsId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user