Skip to content

Commit

Permalink
improve descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
karyeet authored Feb 15, 2022
1 parent 983c721 commit f3f6069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"repository": "https://github.com/KareemRS/heroku-lavalink.git",
"env": {
"PASS": {
"description": "The password change this to whatever you want it to be.",
"description": "The password you will use to authenticate http requests. 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",
"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"
}
},
Expand Down

0 comments on commit f3f6069

Please sign in to comment.