forked from pombase/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproxy.conf.json
42 lines (42 loc) · 824 Bytes
/
proxy.conf.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
{
"/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
}
}