-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
44 lines (44 loc) · 708 Bytes
/
config.json
File metadata and controls
44 lines (44 loc) · 708 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
39
40
41
42
43
44
{
"Apps": [
{
"Name": "five-thousand",
"Ports": [
5001,
5200,
5300,
5400
],
"Targets": [
"tcp-echo.fly.dev:5001",
"tcp-echo.fly.dev:5002"
]
},
{
"Name": "six-thousand",
"Ports": [
6001,
6200,
6300,
6400
],
"Targets": [
"tcp-echo.fly.dev:6001",
"tcp-echo.fly.dev:6002",
"bad.target.for.testing:6003"
]
},
{
"Name": "seven-thousand",
"Ports": [
7001,
7200,
7300,
7400
],
"Targets": [
"tcp-echo.fly.dev:7001",
"tcp-echo.fly.dev:7002"
]
}
]
}