-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
62 lines (61 loc) · 1.01 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
{
"topology": {
"nat": false
},
"clickhouse": {
"host": "172.29.10.7",
"port": 8123,
"database": "default",
"username": "default",
"password": "qwertyuiop"
},
"mongodb": {
"uri": "mongodb://root:example@172.29.10.5:27017",
"database": "rbt"
},
"api": {
"internal": "http://127.0.0.1/internal"
},
"hw": {
"beward": {
"port": 45450,
"nat": true
},
"beward_ds": {
"port": 45451,
"nat": true
},
"qtech": {
"port": 45452,
"nat": true
},
"is": {
"port": 45453,
"nat": true
},
"hikvision": {
"port": 45454,
"nat": true
},
"akuvox": {
"port": 45455,
"nat": true
},
"rubetek": {
"port": 45456,
"nat": true
},
"sputnik_cloud": {
"port": 45457,
"nat": true,
"apiEndpoint": "/webhook/sputnik"
},
"omny": {
"port": 45458,
"apiEndpoint": "/webhook/omny"
},
"ufanet": {
"port": 45459
}
}
}