diff --git a/app.json b/app.json index ac0df55..d27eee3 100644 --- a/app.json +++ b/app.json @@ -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" } },