Class SettingKeys
- Namespace
- Oqtane.Shared
- Assembly
- Oqtane.Shared.dll
public static class SettingKeys
- Inheritance
-
SettingKeys
Fields
AvailableDatabasesSection
public const string AvailableDatabasesSection = "AvailableDatabases"
Field Value
- string
ConnectionStringKey
public const string ConnectionStringKey = "DefaultConnection"
Field Value
- string
ConnectionStringsSection
public const string ConnectionStringsSection = "ConnectionStrings"
Field Value
- string
DatabaseSection
public const string DatabaseSection = "Database"
Field Value
- string
DatabaseTypeKey
public const string DatabaseTypeKey = "DefaultDBType"
Field Value
- string
DefaultAliasKey
public const string DefaultAliasKey = "DefaultAlias"
Field Value
- string
DefaultContainerKey
public const string DefaultContainerKey = "DefaultContainer"
Field Value
- string
DefaultThemeKey
public const string DefaultThemeKey = "DefaultTheme"
Field Value
- string
HostEmailKey
public const string HostEmailKey = "HostEmail"
Field Value
- string
HostNameKey
public const string HostNameKey = "HostName"
Field Value
- string
HostPasswordKey
public const string HostPasswordKey = "HostPassword"
Field Value
- string
HostUsernameKey
public const string HostUsernameKey = "HostUsername"
Field Value
- string
InstallationSection
public const string InstallationSection = "Installation"
Field Value
- string
SiteTemplateKey
public const string SiteTemplateKey = "SiteTemplate"
Field Value
- string
TestModeKey
public const string TestModeKey = "TestMode"
Field Value
- string