mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
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:
committed by
Tom Ritchford
parent
2b69ded1ea
commit
6fc136ae9a
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user