zhaojs
2023-10-20 a4e4986fb4612a49337fc7ade2417eefdf3889b8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  //¶ÌÐÅϵͳԤ¾¯ Ã¿¸ô5·ÖÖÓ´¥·¢Ò»´Î
  "job_smswarning": "0 0/5 * * * ?",
  "DbConnection": [
    {
      //Õýʽ
      "Key": "Main",
      "ConnectionString": "server=123.60.83.120;port=3306;uid=fxuser;pwd=opRer16#2e2rdq;database=fx_main;Allow Zero Datetime=True;Charset=utf8;"
    },
    {
      //Õýʽ
      "Key": "Sms",
      "ConnectionString": "server=123.60.83.120;port=3306;uid=fxuser;pwd=opRer16#2e2rdq;database=sms_sender;Allow Zero Datetime=True;Charset=utf8;"
    }
  ]
}