mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add support of CLOUDCMD_ROOT (#64)
This commit is contained in:
parent
a0f8d02993
commit
98609fde69
3 changed files with 7 additions and 1 deletions
5
app.json
5
app.json
|
|
@ -66,6 +66,11 @@
|
|||
"description": "set password",
|
||||
"value": "toor",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_ROOT": {
|
||||
"description": "set root dir",
|
||||
"value": "",
|
||||
"required": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue