forked from cBioPortal/cbioportal-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
22 lines (22 loc) · 818 Bytes
/
app.json
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#v91"
}
],
"env": {
"CBIOPORTAL_URL": {
"description":"Don't change this on first build. Then use this to set backend url to e.g. http://www.cbioportal.org/beta",
"required": false
},
"GENOME_NEXUS_URL": {
"description":"Don't change on first build. Then use this to change genome nexus url to e.g. https://beta.genomenexus.org",
"required": false
}
}
}