Blame view

Antis.Erp.Plat/douyin/DouyinLogistics.API/appsettings.Development.json 188 Bytes
f946e9dd   hexiaodong   hhh
1
2
3
4
5
6
  {

    "Logging": {

      "LogLevel": {

        "Default": "Information",

        "Microsoft.AspNetCore": "Warning"

      }

1946f6a5   hexiaodong   feat(douyin): 退款中...
7
8
9
    },

    "ErpApi": {

      "BaseUrl": "http://localhost:2011"

f946e9dd   hexiaodong   hhh
10
11
    }

  }