-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-config.json
More file actions
38 lines (38 loc) · 930 Bytes
/
sample-config.json
File metadata and controls
38 lines (38 loc) · 930 Bytes
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
{
"componentType": "trafficmanagers",
"name": "mashling",
"domain": "TIBCO",
"cluster": "Mashery Local 5",
"zone": "Local Zone",
"node": "UNKNOWN",
"type": "proxy",
"qualifier": "trafficmanager",
"port": 9096,
"inboxes": {
"agent": "http://tmgc-tm:21780",
"manager": "http://tmgc-cm:21180",
"registry": "http://tmgc-cass:21180"
},
"transportSettings": {
"scheme": "http",
"port": 21780
},
"components": [
{
"name": "TMG-Microgateway",
"type": "Microgateway",
"qualifier": "microgateway",
"script": "mashling-gateway -c rest-conditional-gateway.json",
"service": "MashliingContainerrService",
"factory": "MashlingComponentFactory"
},
{
"name": "TMG-LFA",
"type": "Log",
"qualifier": "lfa",
"script": "startup_lfa.sh",
"service": "FluentBitService",
"factory": "FluentBitComponentFactory"
}
]
}