增加HttpServer示例项目,同时可作为新项目模版
石头 编写于 2024-04-21 00:22:05 石头 提交于 2024-05-01 10:46:30
X
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  //"StarServer": "http://s.newlifex.com:6600",
  //"RedisCache": "server=127.0.0.1:6379;password=;db=3",
  "ConnectionStrings": {
    "Zero": "Data Source=..\\Data\\Zero.db;Provider=SQLite"

    // 各种数据库连接字符串模版,连接名Zero对应Zero.Data/Projects/Model.xml中的ConnName
    //"Zero": "Server=.;Port=3306;Database=zero;Uid=root;Pwd=root;Provider=MySql",
    //"Zero": "Data Source=.;Initial Catalog=zero;user=sa;password=sa;Provider=SqlServer",
    //"Zero": "Server=.;Database=zero;Uid=root;Pwd=root;Provider=PostgreSql",
    //"Zero": "Data Source=Tcp://127.0.0.1/ORCL;User Id=scott;Password=tiger;Provider=Oracle"
  }
}