zhaojs
2023-09-27 74098f1401afe40f961d1d167bb18dd0a71c4d59
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "MQConfig": {
    "UserName": "xiaojuner",
    "Password": "xiaojuner123",
    "Port": "5672",
    "VirtualHost": "/",
    "HostName": "124.70.216.149",
    "RetryCount": 5,
    "Items": [
      {
        "UserName": "xiaojuner",
        "Password": "xiaojuner123",
        "Port": "5672",
        "VirtualHost": "/",
        "HostName": "124.70.216.149",
        "RetryCount": 5
      }
    ]
  },
 
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "DbConnection": [
    {
      //²âÊÔ
      "Key": "Main",
      "ConnectionString": "server=123.60.83.120;port=3306;uid=sms_sender;pwd=Kmls5&dw@w;database=sms_sender;Allow Zero Datetime=True;Charset=utf8;"
    }
    //{
    //  //Õýʽ
    //  "Key": "Main",
    //  "ConnectionString": "server=123.60.83.120;port=3306;uid=fxuser;pwd=opRer16#2e2rdq;database=fx_main;Allow Zero Datetime=True;Charset=utf8;"
    //}
  ]
}