Class InstallConfig
- Namespace
- Oqtane.Shared
- Assembly
- Oqtane.Shared.dll
public class InstallConfig
- Inheritance
-
InstallConfig
Properties
Aliases
public string Aliases { get; set; }
Property Value
- string
ConnectionString
public string ConnectionString { get; set; }
Property Value
- string
DatabaseType
public string DatabaseType { get; set; }
Property Value
- string
DefaultAdminContainer
public string DefaultAdminContainer { get; set; }
Property Value
- string
DefaultContainer
public string DefaultContainer { get; set; }
Property Value
- string
DefaultTheme
public string DefaultTheme { get; set; }
Property Value
- string
HostEmail
public string HostEmail { get; set; }
Property Value
- string
HostName
public string HostName { get; set; }
Property Value
- string
HostPassword
public string HostPassword { get; set; }
Property Value
- string
HostUsername
public string HostUsername { get; set; }
Property Value
- string
IsNewTenant
public bool IsNewTenant { get; set; }
Property Value
- bool
Register
public bool Register { get; set; }
Property Value
- bool
RenderMode
public string RenderMode { get; set; }
Property Value
- string
Runtime
public string Runtime { get; set; }
Property Value
- string
SiteName
public string SiteName { get; set; }
Property Value
- string
SiteTemplate
public string SiteTemplate { get; set; }
Property Value
- string
TenantName
public string TenantName { get; set; }
Property Value
- string