{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",

  "Kestrel": {
    "Endpoints": {
      "Http": { "Url": "http://*:5300" },
      "Https": { "Url": "https://*:5301" }
    }
  },

  "ConnectionStrings": {
    "Redis": "192.168.0.206"
  },

  "EasyBomSetting": {
    "V1": {
      "ClientId": "jak",
      "ClientSecret": "keq1kdYolLUcI6yQEipMsNMnlex4UNDh",
      "Code": "64104697f3224a48b667f212eb2ce49c8fcd6dde66c64a0cb4b50e5101253f03",
      "Host": "https://data3.easybom.com/auth/oauth2/token"
    },
    "V2": {
      "ClientId": "jak",
      "ClientSecret": "fc86d98e745a87ce6360dabca68c70ea",
      "Host": "https://data5.easybom.com/api/v1/authen"
    },
    "Version": "V1"
  },

  "dingtalk_webhook": "https://oapi.dingtalk.com/robot/send?access_token=f40bae2f5b3409cb9559ba8509c7a17e33a5c19a9ec662741765f825116036f4",
  "dingtalk_ratealarm_webhook": "https://oapi.dingtalk.com/robot/send?access_token=a9abfa94344435bd1128f790d6538c06322fc0c99ad20082b99a333348c231ef"
}
