forked from cBioPortal/cbioportal-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
22 lines (22 loc) · 698 Bytes
/
app.json
File metadata and controls
22 lines (22 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "cbioportal-frontend",
"description": "React Frontend of cBioPortal",
"repository": "https://github.com/cbioportal/cbioportal-frontend",
"logo": "http://www.cbioportal.org/images/cbioportal_logo.png",
"keywords": ["react", "redux", "cancer", "genomics"],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs#v134"
}
],
"env": {
"CBIOPORTAL_URL": {
"description":"Set backend url to e.g. www.cbioportal.org",
"required": false
},
"GENOME_NEXUS_URL": {
"description":"Set genome nexus url to e.g. www.genomenexus.org",
"required": false
}
}
}