|
|
|
@ -75,7 +75,7 @@ namespace LY.MicroService.WorkflowManagement |
|
|
|
public override void ConfigureServices(ServiceConfigurationContext context) |
|
|
|
{ |
|
|
|
var hostingEnvironment = context.Services.GetHostingEnvironment(); |
|
|
|
var configuration = hostingEnvironment.BuildConfiguration(); |
|
|
|
var configuration = context.Services.GetConfiguration(); |
|
|
|
|
|
|
|
ConfigureDbContext(); |
|
|
|
ConfigureLocalization(); |
|
|
|
|