split RenderMode and Runtime configuration
This commit is contained in:
@ -557,6 +557,7 @@ namespace Oqtane.Infrastructure
|
||||
AdminContainerType = (!string.IsNullOrEmpty(install.DefaultAdminContainer)) ? install.DefaultAdminContainer : Constants.DefaultAdminContainer,
|
||||
SiteTemplateType = install.SiteTemplate,
|
||||
RenderMode = (!string.IsNullOrEmpty(install.RenderMode)) ? install.RenderMode : _configManager.GetSection("RenderMode").Value,
|
||||
Runtime = (!string.IsNullOrEmpty(install.Runtime)) ? install.Runtime : _configManager.GetSection("Runtime").Value,
|
||||
Prerender = true,
|
||||
Hybrid = false
|
||||
};
|
||||
|
Reference in New Issue
Block a user