mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
added null param
This commit is contained in:
parent
433a3b910c
commit
a8a9ca51a4
1 changed files with 3 additions and 3 deletions
|
|
@ -121,9 +121,9 @@ All main configuration could be done thrue config.json.
|
|||
"server" : true, /* server mode or testing mode */
|
||||
"logs" : false, /* logs or console ouput */
|
||||
"socket" : true /* enable web sockets */
|
||||
"port" : 80, /* http port */
|
||||
"sslPort" : 443, /* https port */
|
||||
"ip" : "127.0.0.1", /* Cloud Commander IP */
|
||||
"port" : 80, /* http port or null(default) */
|
||||
"sslPort" : 443, /* https port or null(default) */
|
||||
"ip" : "127.0.0.1", /* ip or null for null(default) */
|
||||
"ssl" : true /* should use https? */
|
||||
"rest" : true /* enable rest interface */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue