diff --git a/shared/EShopOnAbp.Shared.Hosting/EShopOnAbpSharedHostingModule.cs b/shared/EShopOnAbp.Shared.Hosting/EShopOnAbpSharedHostingModule.cs index 904fd810..89cdaad2 100644 --- a/shared/EShopOnAbp.Shared.Hosting/EShopOnAbpSharedHostingModule.cs +++ b/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"); - // }); }); } }