minor changes

This commit is contained in:
coderaiser 2012-07-23 15:16:09 +03:00
parent 0a601b99ba
commit 09adce79e5

View file

@ -70,7 +70,7 @@ All main configuration could be done thrue config.json.
},
"server" : true, /* server mode or testing mode */
"logs" : false, /* logs or console ouput */
"port" : 31338, /* Cloud Commander port */
"port" : 31337, /* Cloud Commander port */
"ip" : "127.0.0.1" /* Cloud Commander IP */
}
```