mirror of https://github.com/Box-boi/vubuntu.git
Update v1.4.2
This commit is contained in:
parent
490fb96983
commit
8c892aea01
10
app.json
10
app.json
|
|
@ -24,6 +24,16 @@
|
|||
"description": "Ngrok Auth-Token",
|
||||
"value" : "",
|
||||
"required" : true
|
||||
},
|
||||
"NO_SLEEP" : {
|
||||
"description": "Prevent app from sleeping, 1=on, 0=off",
|
||||
"value" : "0",
|
||||
"required" : true
|
||||
},
|
||||
"APP_NAME" : {
|
||||
"description": "Name of the app, same as mentioned above.",
|
||||
"value" : "",
|
||||
"required" : true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue