forked from karyeet/heroku-lavalink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
29 lines (29 loc) · 791 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
{
"name": "heroku-lavalink",
"description": "lavalink server",
"keywords":[
"lavalink",
"wavelink",
"discord.py",
"discord.js"
],
"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"
}
]
}