|
@@ -32,7 +32,7 @@ namespace MTWorkHR.Infrastructure
|
|
|
|
|
|
services.AddDbContext<HRDataContext>(options =>
|
|
|
options.UseSqlServer(
|
|
|
- config.ConnectionStrings.LocalConnectionString
|
|
|
+ config.ConnectionStrings.MTWorkHRConnectionString
|
|
|
));
|
|
|
|
|
|
services.AddIdentity<ApplicationUser, ApplicationRole>().AddEntityFrameworkStores<HRDataContext>().AddDefaultTokenProviders();
|