Browse Source

Update EShopOnAbpPublicWebModule.cs

pull/20/head
Başak ERDEM 5 years ago
parent
commit
aa2f503c60
  1. 1
      apps/public-web/src/EShopOnAbp.PublicWeb/EShopOnAbpPublicWebModule.cs

1
apps/public-web/src/EShopOnAbp.PublicWeb/EShopOnAbpPublicWebModule.cs

@ -55,6 +55,7 @@ namespace EShopOnAbp.PublicWeb
public override void ConfigureServices(ServiceConfigurationContext context)
{
Microsoft.IdentityModel.Logging.IdentityModelEventSource.ShowPII = true;
var hostingEnvironment = context.Services.GetHostingEnvironment();
var configuration = context.Services.GetConfiguration();

Loading…
Cancel
Save