From c4a42f86124045d2edb45b7a7d93f4c75d7a1ab8 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sat, 11 May 2013 22:54:45 +0300 Subject: [PATCH] added null param --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f590d9d0..fde2c331 100644 --- a/README.md +++ b/README.md @@ -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 */ }