From 18671806ad0a183eb9ed850f1352bb8b0fac5e9b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 15 Nov 2013 10:15:49 +0200 Subject: [PATCH] docs(help) Configuration ports, sslPort: rm "or null" --- HELP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HELP.md b/HELP.md index 2b3885e1..6c0d6484 100644 --- a/HELP.md +++ b/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 */