add license to default content
This commit is contained in:
@ -122,9 +122,9 @@
|
||||
private string DatabaseType = "LocalDB";
|
||||
private string ServerName = "(LocalDb)\\MSSQLLocalDB";
|
||||
private string DatabaseName = "Oqtane-" + DateTime.Now.ToString("yyyyMMddHHmm");
|
||||
private string Username = "host";
|
||||
private string Username = "";
|
||||
private string Password = "";
|
||||
private string HostUsername = "";
|
||||
private string HostUsername = "host";
|
||||
private string HostPassword = "";
|
||||
private string HostEmail = "";
|
||||
private string Message = "";
|
||||
|
Reference in New Issue
Block a user