1
0
mirror of https://github.com/bitwarden/server synced 2026-01-07 02:53:38 +00:00

stubbed out jobs worker console app

This commit is contained in:
Kyle Spearrin
2017-08-17 11:28:27 -04:00
parent 94693ec408
commit d15917d3c9
12 changed files with 249 additions and 2 deletions

View File

@@ -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);
}