Skip to content

Commit

Permalink
Update src/OrchardCore.Modules/OrchardCore.AutoSetup/Services/AutoSet…
Browse files Browse the repository at this point in the history
…upService.cs

Co-authored-by: Hisham Bin Ateya <[email protected]>
  • Loading branch information
infofromca and hishamco authored Oct 4, 2024
1 parent 5ffc4aa commit c02123c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public async Task<ShellSettings> CreateTenantSettingsAsync(TenantSetupOptions se
shellSettings.Name = setupOptions.ShellName;
shellSettings.RequestUrlHost = setupOptions.RequestUrlHost;
shellSettings.RequestUrlPrefix = setupOptions.RequestUrlPrefix;

shellSettings["ConnectionString"] = setupOptions.DatabaseConnectionString;
shellSettings["TablePrefix"] = setupOptions.DatabaseTablePrefix;
shellSettings["Schema"] = setupOptions.DatabaseSchema;
Expand Down

0 comments on commit c02123c

Please sign in to comment.