Skip to content

Commit

Permalink
Removing duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Aug 22, 2024
1 parent 78bcf2a commit bba3170
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public static OrchardCoreBuilder ConfigureHostingDefaults(

var ocSection = webApplicationBuilder.Configuration.GetSection("OrchardCore");

ocSection.GetSection("OrchardCore_Tenants").AddValueIfKeyNotExists("TenantRemovalAllowed", "true");

ocSection.GetSection("OrchardCore_Localization_CultureOptions").AddValueIfKeyNotExists("IgnoreSystemSettings", "true");

var shellsDatabaseSection = ocSection.GetSection("OrchardCore_Shells_Database");
Expand Down

0 comments on commit bba3170

Please sign in to comment.