-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproxy.conf.json
More file actions
58 lines (58 loc) · 1.14 KB
/
proxy.conf.json
File metadata and controls
58 lines (58 loc) · 1.14 KB
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
{
"/jbrowse": {
"target": "http://localhost:8400/",
"secure": false
},
"/media": {
"target": "http://localhost/",
"secure": false
},
"/browser_images": {
"target": "http://localhost/",
"secure": false
},
"/api": {
"target": "http://localhost:8400",
"secure": false
},
"/user": {
"target": "http://localhost:8400",
"secure": false
},
"/simple": {
"target": "http://localhost:8400",
"secure": false
},
"/structure_view": {
"target": "http://localhost:8400",
"secure": false
},
"/rna_2d_structure": {
"target": "http://localhost:8400",
"secure": false
},
"/protein_feature_view": {
"target": "http://localhost:8400",
"secure": false
},
"/gocam_viz": {
"target": "http://localhost:8400",
"secure": false
},
"/gocam_view": {
"target": "http://localhost:8400",
"secure": false
},
"/gocam_summary": {
"target": "http://localhost:8400",
"secure": false
},
"/gocam_connections": {
"target": "http://localhost:8400",
"secure": false
},
"/rhea_widget": {
"target": "http://localhost:8400",
"secure": false
}
}