mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
docs(help) Configuration ports, sslPort: rm "or null"
This commit is contained in:
parent
b04b09a247
commit
18671806ad
1 changed files with 2 additions and 2 deletions
4
HELP.md
4
HELP.md
|
|
@ -158,8 +158,8 @@ All main configuration could be done via [config.json](json/config.json "Config"
|
|||
"showKeysPanel" : true, /* show classic panel with buttons of keys */
|
||||
"server" : true, /* server mode or testing mode */
|
||||
"socket" : true /* enable web sockets */
|
||||
"port" : 8000, /* http port or null(default) */
|
||||
"sslPort" : 443, /* https port or null(default) */
|
||||
"port" : 8000, /* http port */
|
||||
"sslPort" : 443, /* https port */
|
||||
"ip" : null, /* ip or null(default) */
|
||||
"ssl" : false /* should use https? */
|
||||
"rest" : true /* enable rest interface */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue