-
Notifications
You must be signed in to change notification settings - Fork 17
/
consul.json
73 lines (72 loc) · 1.33 KB
/
consul.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
70
71
72
73
[
{
"name": "gfw-geostore",
"host": "192.168.99.100",
"port": 3100
},
{
"name": "gfw-geostore",
"host": "192.168.99.100",
"port": 3000
},
{
"name": "rw_adapter_json",
"host": "192.168.99.100",
"port": 3010
},
{
"name": "gfw-csv",
"host": "192.168.99.100",
"port": 4000
},
{
"name": "viirs",
"host": "192.168.99.100",
"port": 3900
},
{
"name": "converter",
"host": "192.168.99.100",
"port": 4100
},
{
"name": "rw-adapter-csv",
"host": "192.168.99.100",
"port": 3600
},
{
"name": "viirs",
"host": "192.168.99.100",
"port": 3700
},
{
"name": "users",
"host": "192.168.99.100",
"port": 3400
},
{
"name": "urthecast",
"host": "192.168.99.100",
"port": 4200
},
{
"name": "download",
"host": "192.168.99.100",
"port": 4300
},
{
"name": "subscription-data",
"host": "192.168.99.100",
"port": 4400
},
{
"name": "mail",
"host": "192.168.99.100",
"port": 3500
},
{
"name": "dataset",
"host": "192.168.99.100",
"port": 5000
}
]