Skip to content
This repository has been archived by the owner on Feb 13, 2018. It is now read-only.

Commit

Permalink
changed example to loopback
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Whitlock committed Mar 6, 2013
1 parent 8cd2d71 commit 56f6736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/http-server/run-server.js
Expand Up @@ -5,7 +5,7 @@

// configure for your environment
var listenPort = 8081;
var listenHost = '192.168.51.6';
var listenHost = '127.0.0.1';
// maximum length of time server will wait for a method call to callback, defaults to 1000ms
var timeout = 5000;

Expand Down

0 comments on commit 56f6736

Please sign in to comment.