-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.json
69 lines (69 loc) · 1.72 KB
/
config.json
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
62
63
64
65
66
67
68
69
{
"connectionStrings": [
{
"name": "农机天眼",
"code": 1,
"mode": "test",
"connectionString": "root:l520m6ti@tcp(192.168.11.102:3306)/agfpiddb?charset=utf8"
},
{
"name": "农机天眼",
"code": 2,
"mode": "production",
"connectionString": "root:l520m6ti@tcp(192.168.11.102:3306)/agfpiddb?charset=utf8"
}
],
"canConfigXml": {
"name": "CAN字段定义",
"test": "http://192.168.11.8/config.xml",
"production": "http://192.168.11.8/config.xml"
},
"appSettings": [
{
"Key": "getHistoryInfo2",
"test": "http://192.168.11.8:30000/spring-cloud-server-nrmv/nrmv/getHistoryInfo2",
"production": "http://192.168.11.8:30000/spring-cloud-server-nrmv/nrmv/getHistoryInfo2"
},
{
"Key": "getLastestInfos",
"test": "http://172.16.1.245:8086/basicInfo/getLastestInfos",
"production": "http://172.16.1.245:8086/basicInfo/getLastestInfos"
},
{
"Key": "CmdIp",
"test": "http://192.168.11.126:8081",
"production": "http://192.168.11.126:8081"
},
{
"Key": "ListAddressByCoordinate",
"test": "http://qz.bcnyyun.com/FaultAlarmRawInfo/ListAddressByCoordinate",
"production": "http://qz.bcnyyun.com/FaultAlarmRawInfo/ListAddressByCoordinate"
}
],
"canGroup": [
{
"Name": "常规信息",
"Code": 0
},
{
"Name": "CAN信息",
"Code": 1
},
{
"Name": "指令下发",
"Code": 2
},
{
"Name": "国四监控信息",
"Code": 3
},
{
"Name": "诊断信息",
"Code": 4
},
{
"Name": "设备信息",
"Code": 5
}
]
}