mirror of https://github.com/Box-boi/vubuntu.git
Update app.json
This commit is contained in:
parent
f066982c92
commit
db62aa692d
4
app.json
4
app.json
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue