Merge branch 'master' of https://github.com/aspnetboilerplate/module-zero-core-template
This commit is contained in:
Коммит
607ddaa701
|
@ -38,7 +38,7 @@ namespace AbpCompanyName.AbpProjectName.Configuration
|
|||
|
||||
if (addUserSecrets)
|
||||
{
|
||||
builder.AddUserSecrets(typeof(AppConfigurations).GetAssembly());
|
||||
builder.AddUserSecrets(typeof(AppConfigurations).GetAssembly(), optional: true);
|
||||
}
|
||||
|
||||
return builder.Build();
|
||||
|
|
Загрузка…
Ссылка в новой задаче