Skip to content

Commit

Permalink
add customization to button
Browse files Browse the repository at this point in the history
  • Loading branch information
karyeet committed Jun 19, 2022
1 parent 8cee75b commit a311ee3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
"value": "",
"required": false
},
"PRERELEASES": {
"description": "Whether to download lavalink prereleases.",
"value": true,
"required": false
},
"GITHUB_REPO": {
"description": "The github repo to fetch releases from.",
"value": "freyacodes/Lavalink",
"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": "-Xmx400m -Xms400m -XX:MaxPermSize=48m"
Expand Down

0 comments on commit a311ee3

Please sign in to comment.