mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) add ability to remove auth change from config with help of --config-auth flag
This commit is contained in:
parent
c73e4f1e29
commit
8379a4a9bf
9 changed files with 32 additions and 13 deletions
5
app.json
5
app.json
|
|
@ -32,6 +32,11 @@
|
|||
"value": "false",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_CONFIG_AUTH": {
|
||||
"description": "disable auth change in config dialog",
|
||||
"value": "false",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_CONSOLE": {
|
||||
"description": "enable console",
|
||||
"value": "true",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue