appsettings.json 1017 Bytes
{
  "Logging": {
    "LogLevel": {
      "Default": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "BaseDBContext": "Data Source=.;Initial Catalog=NouYaWms2;User=sa;Password=+JvlGMjoyMblwptodADXnA==;Persist Security Info=True" //58.240.189.131
  },
  "AppSetting": {
    "NetPushServer": "192.168.1.4",
    "NetPushPort": 8810
  },
  "ICSSetting": {
    "Server": "http://localhost:23512/api/",
    "LoginUrl": "Login/Login",
    "Uid": "System",
    "Pwd": "123456"
  },
  "WCSSetting": {
    "Server": "http://localhost:23512/api/", //10.16.30.244:8700/api/
    "LoginUrl": "Login/Login",
    "Uid": "System",
    "Pwd": "123456"
  },
  "NouYaWebService": {
    "Url": "D:\\oaget.xml"
  },
  "NouYaWebPPService": {
    "Url": "D:\\get_sfb.xml"
  },
  "NouYaWebInService": { //接口接收状态回传
    "Url": "D:\\InBack.xml"
  },
  "NouYaWebInBackService": { //入库任务结束回传
    "Url": "D:\\LK_In.xml"
  },
  "NouYaWebOutBackService": { //出库任务结束回传
    "Url": "D:\\LK_Out.xml"
  }
}