fixed localhost default handling for windows when network card is off.

This commit is contained in:
Brandon Nozaki Miller 2015-07-24 12:13:53 -07:00
parent 018cef42d7
commit 05749a02fd
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ colors.setTheme(
var defaults={
appspace : 'app.',
socketRoot : '/tmp/',
networkHost : 'localhost',
networkHost : '127.0.0.1',
networkPort : 8000,
id : os.hostname(),
encoding : 'utf8',
@ -295,4 +295,4 @@ function connectNet(id,host,port,callback){
callback(ipc);
}
module.exports=ipc;
module.exports=ipc;