Add support for Sqlite - Installation path tested but AddSite not supported yet
This commit is contained in:
@ -3,6 +3,7 @@ namespace Oqtane.Shared
|
||||
public class InstallConfig
|
||||
{
|
||||
public string ConnectionString { get; set; }
|
||||
public string DatabaseType { get; set; }
|
||||
public string Aliases { get; set; }
|
||||
public string TenantName { get; set; }
|
||||
public bool IsNewTenant { get; set; }
|
||||
|
Reference in New Issue
Block a user