docs(help) Configuration ports, sslPort: rm "or null"

This commit is contained in:
coderaiser 2013-11-15 10:15:49 +02:00
parent b04b09a247
commit 18671806ad

View file

@ -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 */