-
Notifications
You must be signed in to change notification settings - Fork 4
/
serverlist.json
64 lines (64 loc) · 2.35 KB
/
serverlist.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
{
"servers": [
{
"server_id": "cmu-pit-2019",
"available": true,
"name": {
"en": "Pittsburgh International Airport",
"ja": "ピッツバーグ国際空港"
},
"description": {
"en": "",
"ja": ""
},
"hostname": "cmu-pit.tm3z6s5jts9.us-east.codeengine.appdomain.cloud/map",
"config_file_name": "server_configFull_east_v7d2smooth.json"
},
{
"server_id": "cmu-map",
"available": false,
"name": {
"en": "Carnegie Mellon University",
"ja": "カーネギーメロン大学"
},
"description": {
"en": "",
"ja": ""
},
"hostname": "cmu-map.tm3z6s5jts9.us-east.codeengine.appdomain.cloud/map",
"config_file_name": "server_config_cmu_east.json",
"hostname-backup": "cmu-map.mybluemix.net/map",
"config_file_name-backup": "server_config_cmu.json"
},
{
"server_id": "agh-map",
"available": false,
"name": {
"en": "Allegheny General Hospital",
"ja": "アレゲニー総合病院"
},
"description": {
"en": "temporarily unavailable due to circumstances of COVID-19 infection",
"ja": "新型コロナウイルス感染症の感染拡大に伴い一時的にサービスを停止しています"
},
"hostname": "agh-map.us-east.mybluemix.net/map",
"config_file_name": "server_config_agh2.json"
},
{
"server_id": "cmu-demo-hotel-test",
"available": false,
"name": {
"en": "DoubleTree by Hilton",
"ja": "ダブルツリー by ヒルトン"
},
"description": {
"en": "Special for PCB conference 2018",
"ja": "PCB会議2018特別企画"
},
"hostname": "cmu-demo-hotel.us-east.mybluemix.net/map",
"config_file_name": "server_config_2018-2_east.json",
"hostname-backup": "cmu-demo-hotel.mybluemix.net/map",
"config_file_name-backup": "server_config_2018-2.json"
}
]
}