feature(config) add ability to remove auth change from config with help of --config-auth flag

This commit is contained in:
coderaiser 2018-10-16 13:12:55 +03:00
parent c73e4f1e29
commit 8379a4a9bf
9 changed files with 32 additions and 13 deletions

View file

@ -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",