Blame view

Antis.Erp.Plat/douyin/DouyinLogistics.API/appsettings.json 1.13 KB
f946e9dd   hexiaodong   hhh
1
2
3
4
5
6
7
8
9
  {
    "Logging": {
      "LogLevel": {
        "Default": "Information",
        "Microsoft.AspNetCore": "Warning"
      }
    },
    "AllowedHosts": "*",
    "ConnectionStrings": {
2ef28d30   “wangming”   refactor: replace...
10
      "DefaultConnection": "Server=rm-bp19ohrgc6111ynzh1o.mysql.rds.aliyuncs.com;Port=3306;Database=ncc_wutong;Uid=netteam;Pwd=netteam;CharSet=utf8mb4;SslMode=None;AllowPublicKeyRetrieval=true;"
f946e9dd   hexiaodong   hhh
11
    },
d3d42d61   “wangming”   ```
12
13
    "__DouyinShops_Readme": "抖音店铺配置已迁移至 ERP「抖音店铺设置」(wt_dy_dpsz),启动时从 ERP 拉取。下面的 DouyinShops 仅作为 ERP 不可用时的兜底,生产环境可留空。",
    "DouyinShops": [],
f946e9dd   hexiaodong   hhh
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
    "Sf": {
      "CustomerCode": "your_customer_code",
      "CheckWord": "your_check_word",
      "ApiBaseUrl": "https://sf-api.sf-express.com",
      "MonthlyAccount": "your_monthly_account"
    },
    "Sender": {
      "Name": "PongGame",
      "Phone": "18014801756",
      "Address": "浦洲路39号沿海创中心A301",
      "Province": "江苏省",
      "City": "南京市",
      "District": "浦口区"
    },
    "ErpApi": {
      "BaseUrl": "http://localhost:2011",
      "Username": "admin",
      "Password": "123456",
      "Secretkey": "26916bdf390242c9b0ac7ec1442a329e"
    }
  }