mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(help) add CLOUDCMD_AUTH
This commit is contained in:
parent
7efcf6c93d
commit
4860e467cb
2 changed files with 2 additions and 1 deletions
1
HELP.md
1
HELP.md
|
|
@ -335,6 +335,7 @@ Some config options can be overridden with `environment variables` such:
|
|||
- `CLOUDCMD_TERMINAL` - enable terminal
|
||||
- `CLOUDCMD_TERMINAL_PATH` - set terminal path
|
||||
- `CLOUDCMD_CONFIG_DIALOG` - enable config dialog
|
||||
- `CLOUDCMD_AUTH` - enable authentication
|
||||
|
||||
Menu
|
||||
---------------
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ const args = require('minimist')(argv.slice(2), {
|
|||
],
|
||||
default: {
|
||||
server : true,
|
||||
auth : config('auth'),
|
||||
auth : choose(env('auth'), config('auth')),
|
||||
port : config('port'),
|
||||
minify : config('minify'),
|
||||
online : config('online'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue