move database projects into their own solution to keep the streamline main solution
This commit is contained in:
@ -7,6 +7,8 @@ namespace Oqtane.Shared {
|
||||
public static readonly string Version = "2.1.0";
|
||||
public const string ReleaseVersions = "1.0.0,1.0.1,1.0.2,1.0.3,1.0.4,2.0.0,2.0.1,2.0.2,2.1.0";
|
||||
|
||||
public const string DefaultDBType = "Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer";
|
||||
|
||||
public const string PageComponent = "Oqtane.UI.ThemeBuilder, Oqtane.Client";
|
||||
public const string ContainerComponent = "Oqtane.UI.ContainerBuilder, Oqtane.Client";
|
||||
|
||||
|
@ -1,15 +1,14 @@
|
||||
namespace Oqtane.Shared
|
||||
namespace Oqtane.Shared
|
||||
{
|
||||
public static class SettingKeys
|
||||
{
|
||||
public const string ConnectionStringsSection = "ConnectionStrings";
|
||||
public const string DatabaseSection = "Database";
|
||||
public const string InstallationSection = "Installation";
|
||||
public const string DatabaseTypeKey = "DefaultDBType";
|
||||
|
||||
public const string ConnectionStringsSection = "ConnectionStrings";
|
||||
public const string ConnectionStringKey = "DefaultConnection";
|
||||
|
||||
public const string DatabaseTypeKey = "DatabaseType";
|
||||
|
||||
public const string InstallationSection = "Installation";
|
||||
public const string DefaultAliasKey = "DefaultAlias";
|
||||
public const string HostPasswordKey = "HostPassword";
|
||||
public const string HostEmailKey = "HostEmail";
|
||||
|
Reference in New Issue
Block a user