50 lines
1.9 KiB
JSON
50 lines
1.9 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"urls": "http://*:8078",
|
|
|
|
"AppSettings": {
|
|
//"DataBaseCon": "Server=219.140.177.52,40001;Database=wms_jst;User ID=sa;Password=ibs-2017;MultipleActiveResultSets=True;Encrypt=True;TrustServerCertificate=True;Connection Timeout=5",
|
|
"DataBaseCon": "Server=localhost;Database=wms_jst2.0;User ID=sa;Password=123456;MultipleActiveResultSets=True;Encrypt=True;TrustServerCertificate=True;Connection Timeout=5",
|
|
"DelLogDate": 100,
|
|
//放置模式(0-完全不混放 1-混合模式,优先同批次放一列,没有空库位再混放 2-完全混放模式,不用批次货物放一起)
|
|
"PlcaementMod": 1,
|
|
"ErpConfig": {
|
|
"ErpType": 3, //Erp类型 0-企望ERP 1-IBS 2-晨龙 3-新荣
|
|
"ErpUrl": "http://127.0.0.1:8078/",
|
|
"ErpIP": "127.0.0.1",
|
|
"ErpUploadBefore": -5, //回传Erp前几天数据
|
|
"RetryNum": 5, //上传数据,重试次数
|
|
|
|
//新荣需要配置
|
|
"QueryMateriaInforUrl": "wms_erp_interface/select/materiaInformation", //PDA扫合格证码获取物料信息
|
|
"ProduceInUrl": "wms_erp_interface/api/wms/produce/in", //生产入库
|
|
"ProduceOutUrl": "wms_erp_interface/erp/produce/out", //(生产退库)
|
|
"SaleOutUrl": "wms_erp_interface/wms/sale/out", //销售出库接口
|
|
"Userkey": "5601874e6cc011efa968258da89a748b" //用户标识
|
|
},
|
|
"RcsConfig": {
|
|
"RcsUrl": "http://127.0.0.1:8078/", //"http://172.18.101.10:7000/",
|
|
"CreateTaskUrl": "ics/taskOrder/addTask", //创建任务Url
|
|
"CancelTaskUrl": "ics/out/task/cancelTask" //取消任务Url
|
|
},
|
|
"ElevatorConfig": [
|
|
{
|
|
"ElevatorNo": 1,
|
|
"IP": "127.0.0.1",
|
|
"Port": 502
|
|
},
|
|
{
|
|
"ElevatorNo": 2,
|
|
"IP": "192.168.1.5",
|
|
"Port": 503
|
|
}
|
|
]
|
|
}
|
|
}
|