增加连接串加密,粤北安装版本封存

This commit is contained in:
dell
2023-09-07 17:21:02 +08:00
parent 28b59aa70e
commit b94dc66092
30 changed files with 799 additions and 426 deletions

View File

@ -9,6 +9,11 @@ namespace HT.Cloud.Code.Model
/// </summary>
public bool Demo { get; set; }
/// <summary>
/// 系统备注
/// </summary>
public string GroupDescription { get; set; }
/// <summary>
/// 是否是调试模式
/// </summary>
@ -25,7 +30,7 @@ namespace HT.Cloud.Code.Model
public string AllowCorsSite { get; set; }
public string DBProvider { get; set; }
public string DBConnectionString { get; set; }
public string DBConnectionString{ get; set; }
public int DBCommandTimeout { get; set; }
public string CacheProvider { get; set; }