Update app.json

This commit is contained in:
Apoorv Vyavahare 2021-06-03 14:58:57 +05:30 committed by GitHub
parent f066982c92
commit db62aa692d
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
}, },
"VNC_TITLE" : { "VNC_TITLE" : {
"description": "VNC Session Title, without spaces", "description": "VNC Session Title, without spaces",
"value" : "Ubuntu_Desktop"
"required" : true "required" : true
} , } ,
"VNC_RESOLUTION" : { "VNC_RESOLUTION" : {
@ -30,7 +31,8 @@
"required" : true "required" : true
} , } ,
"NGROK_TOKEN" : { "NGROK_TOKEN" : {
"description": "Ngrok Port Forwarder Token.", "description": "Ngrok Token, use private token to prevent clashing with other users.",
"value" : "1tNm3GUFYV1A4lQFXF1bjFvnCvM_4DjiFRiXKGHDaTGBJH8VM"
"required" : false "required" : false
} }
} }