upgrade notes

This commit is contained in:
Paul Schneider
2021-07-12 03:23:11 +01:00
parent 82cec8eece
commit 1aef7ce614
4 changed files with 41 additions and 37 deletions

View File

@ -20,6 +20,7 @@ using Unleash.ClientFactory;
using isnd.Entities;
using Microsoft.Extensions.Options;
using isnd.Helpers;
using isnd.Services;
namespace isn
{
@ -70,7 +71,6 @@ namespace isn
var config = s.GetRequiredService<IOptions<UnleashClientSettings>>();
return s.GetRequiredService<Microsoft.AspNetCore.Hosting.IHostingEnvironment>().CreateUnleahClient(config.Value);
});
// _unleashĈlient = env.CreateUnleahClient(unleashClientSettings.Value);
var smtpSettingsconf = Configuration.GetSection("Smtp");
services.Configure<SmtpSettings>(smtpSettingsconf);