Skip to content

Commit

Permalink
Merge pull request #19613 from abpframework/auto-merge/rel-8-1/2652
Browse files Browse the repository at this point in the history
Merge branch dev with rel-8.1
  • Loading branch information
maliming authored Apr 25, 2024
2 parents ea9ebe1 + 95fc541 commit 64fc12d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ public override void ConfigureServices(ServiceConfigurationContext context)
options.UseSqlServer();
});

Configure<AbpMultiTenancyOptions>(options =>
{
options.IsEnabled = MultiTenancyConsts.IsEnabled;
});

Configure<AbpBundlingOptions>(options =>
{
// MVC UI
Expand Down

0 comments on commit 64fc12d

Please sign in to comment.