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