minor changes

This commit is contained in:
coderaiser 2012-07-11 10:05:07 -04:00
parent 7303fbfd41
commit bcf05d2cfe
2 changed files with 25 additions and 30 deletions

View file

@ -312,6 +312,7 @@ CloudServer.start=function()
CloudServer.IP = process.env.IP || /* c9 */
CloudServer.IP;
/* if Cloud Server started on jitsu */
if(!process.env.HOME.indexOf('/opt/haibu')){
CloudServer.Port = '0.0.0.0';