forked from cBioPortal/session-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
34 lines (34 loc) · 888 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
23
24
25
26
27
28
29
30
31
32
33
34
{
"stack": "heroku-18",
"name": "cbioportal-session-service",
"description":"The cBioPortal for Cancer Genomics provides visualization, analysis and download of large-scale cancer genomics data sets.",
"repository":"https://github.com/cbioportal/session-service",
"logo":"http://www.cbioportal.org/images/cbioportal_logo.png",
"keywords": [
"java",
"tomcat",
"javascript",
"cancer",
"genomics"
],
"env": {
"JAVA_OPTS": {
"description":"options for jvm",
"value": "-Xmx300m -Xms300m -XX:+UseCompressedOops"
},
"MAVEN_CUSTOM_OPTS": {
"description":"set heroku profile for mvn",
"value":"-DskipTests -Dpackaging.type=jar -Ddockerfile.skip"
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-java"
}
],
"addons" : [
{
"plan": "mongolab:sandbox"
}
]
}