From f3f606921c9ffd8159a986c5cf5420cc0811a1e7 Mon Sep 17 00:00:00 2001 From: Kareem <28524112+karyeet@users.noreply.github.com> Date: Mon, 14 Feb 2022 16:07:49 -0800 Subject: [PATCH] improve descriptions --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } },