heyuntao
2023-05-04 fbd6a11a99051f425640bf352842f4a0ecaa7a4d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "DbConnection": [
    {
      //²âÊÔ
      "Key": "Main",
      //"ConnectionString": "Host=pgm-8vb2t466lp674162vo.pgsql.zhangbei.rds.aliyuncs.com;Port=1921;UserId=postgres;Password=taocrm123;Database=main;CommandTimeout=500;"
      "ConnectionString": "server=36.156.159.48;port=3306;uid=fxuser;pwd=fxuSer26#292bds;database=fx_main;Allow Zero Datetime=True;Charset=utf8;"
    }
  ]
}