Skip to content

Commit

Permalink
Create app.json
Browse files Browse the repository at this point in the history
Make deploy to heroku button which handles most of the stuff except automatic deploys.
  • Loading branch information
WizzyGeek authored Jun 18, 2020
1 parent 6d1ac7b commit 26a9762
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "heroku-lavalink",
"description": "lavalink server",
"keywords":[
"lavalink",
"wavelink",
"discord.py"
],
"repository": "https://github.com/KareemRS/heroku-lavalink.git",
"env": {
"PASS": {
"description": "The password change this to whatever you want it to be.",
"value": "youshallnotpass"
},
"JAVA_TOOL_OPTIONS": {
"description": "This sets the ram to max *don't edit* this variable",
"value": "-XX:+UseContainerSupport -Xmx500m -Xss256k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "heroku/java"
}
]
}

0 comments on commit 26a9762

Please sign in to comment.