Skip to content

Commit

Permalink
add app_name
Browse files Browse the repository at this point in the history
  • Loading branch information
karyeet committed Mar 21, 2022
1 parent 2ff0d22 commit 6e18c4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@
"description": "The password you will use to authenticate http requests. Change this to whatever you want it to be.",
"value": "youshallnotpass"
},
"APP_NAME": {
"description": "Set this to your heroku application's name. This will allow the project to visit itself and prevent it from sleeping.",
"value": "",
"required": false
},
"JAVA_TOOL_OPTIONS": {
"description": "This sets the ram to max. *Don't edit* this variable unless you know what you're doing.",
"value": "-XX:+UseContainerSupport -Xmx500m -Xss256k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8"
}

},
"buildpacks": [
{
Expand Down

0 comments on commit 6e18c4f

Please sign in to comment.