Update npm tests & config to pass in Windows. (RIPD-209)

* Extend timeout for WebSocket test.
* Windows networking doesn't like connecting to 0.0.0.0. Use 127.0.0.1
* Additional command line options in config. Can potentially be used to run rippled in a debugger.
This commit is contained in:
Edward Hennis
2014-08-19 11:59:07 -04:00
committed by Tom Ritchford
parent 2b69ded1ea
commit 6fc136ae9a
3 changed files with 12 additions and 4 deletions

View File

@@ -27,9 +27,9 @@ exports.servers = {
'websocket_port': 5006,
'websocket_ssl': false,
'trusted' : true,
// "peer_ip" : "0.0.0.0",
// "peer_ip" : "127.0.0.1",
// "peer_port" : 51235,
'rpc_ip' : "0.0.0.0",
'rpc_ip' : "127.0.0.1",
'rpc_port' : 5005,
'local_sequence' : true,
'trace' : false,