Browse Source

Remove commented code

pull/69/head
Halil İbrahim Kalkan 5 years ago
parent
commit
659dfbcdc9
  1. 5
      shared/EShopOnAbp.Shared.Hosting/EShopOnAbpSharedHostingModule.cs

5
shared/EShopOnAbp.Shared.Hosting/EShopOnAbpSharedHostingModule.cs

@ -32,11 +32,6 @@ namespace EShopOnAbp.Shared.Hosting
database.MappedConnections.Add("AbpIdentity");
database.MappedConnections.Add("AbpIdentityServer");
});
//
// options.Databases.Configure("ProductService", database =>
// {
// database.MappedConnections.Add("ProductService");
// });
});
}
}

Loading…
Cancel
Save