From 404c74efd57d337be85e9989e28aeba5acc36de0 Mon Sep 17 00:00:00 2001 From: Apoorv Vyavahare <82765893+vital987@users.noreply.github.com> Date: Wed, 9 Jun 2021 19:12:57 +0530 Subject: [PATCH] Update app.json --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index f864985..c8b27b6 100644 --- a/app.json +++ b/app.json @@ -6,12 +6,12 @@ "keywords": ["docker","ubuntu", "vscode", "novnc", "firefox", "brave", "fluxbox", "linux", "remote"], "stack": "container", "env": { - "VNC_PASS": { - "description": "VNC Server Password.", + "PASSWORD": { + "description": "VNC Server Password, w/o spaces", "required" : true }, "VNC_TITLE" : { - "description": "VNC Session Title, without spaces", + "description": "VNC Session Title, w/o spaces", "value" : "Ubuntu_Desktop", "required" : true } ,