appsettings.json
1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"BaseDBContext": "Data Source=.;Initial Catalog=NouYaWmsN5;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:8809/api/", //10.16.30.244:8700/api/
"LoginUrl": "Login/Login",
"Uid": "System",
"Pwd": "123456"
},
"SpecialTime": {
"Start": "22",
"End": "8"
},
"MESSetting": {
"Server": "http://10.30.12.90:5000/api/"
},
"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"
},
"NouYaWebRGVService": { //小车任务接收
"Url": "D:\\RGV.xml"
},
"ErpSourceCodeService": { //向ERP申请单号
"Url": "D:\\ErpSourceCode.xml"
},
"ErpInvService": { //向ERP查询库存
"Url": "D:\\ErpInv.xml"
},
"ErpSourceCodeBackService": { //向ERP回传单据完成
"Url": "D:\\ErpSourceCodeBack.xml"
}
}