-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathfreetakhub_config.json
65 lines (65 loc) · 1.85 KB
/
freetakhub_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
{
"label": "FTH Config",
"nodes": [
{
"id": "7bd719be0c7d64ed",
"type": "config",
"z": "11a0d232860855b2",
"name": "FTH Global Config",
"properties": [
{
"p": "FTH_FTS_URL",
"pt": "global",
"to": "127.0.0.1",
"tot": "str"
},
{
"p": "FTH_FTS_TCP_Port",
"pt": "global",
"to": "8087",
"tot": "str"
},
{
"p": "FTH_FTS_API_Port",
"pt": "global",
"to": "19023",
"tot": "str"
},
{
"p": "FTH_FTS_API_Auth",
"pt": "global",
"to": "token",
"tot": "str"
},
{
"p": "FTH_FTS_STREAM_Port",
"pt": "global",
"to": "8554",
"tot": "str"
},
{
"p": "FTH_FTS_VIDEO_URL",
"pt": "global",
"to": "127.0.0.1",
"tot": "str"
},
{
"p": "FTH_FTS_VIDEO_API_PORT",
"pt": "global",
"to": "9997",
"tot": "str"
},
{
"p": "FTH_FTS_EndPoints_geoObject_POST",
"pt": "global",
"to": "/ManageGeoObject/postGeoObject",
"tot": "str"
}
],
"active": true,
"x": 310,
"y": 120,
"wires": []
}
]
}