mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 16:35:53 +00:00
Build testing newcoind.cfg as needed.
This commit is contained in:
15
test/config.js
Normal file
15
test/config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Configuration for unit tests
|
||||
//
|
||||
|
||||
exports.servers = {
|
||||
alpha : {
|
||||
"peer_ip" : "0.0.0.0",
|
||||
"peer_port" : 51235,
|
||||
"websocket_ip" : "127.0.0.1",
|
||||
"websocket_port" : 5005,
|
||||
"validation_seed" : "shhDFVsmS2GSu5vUyZSPXYfj1r79h",
|
||||
"validators" : "n9L8LZZCwsdXzKUN9zoVxs4YznYXZ9hEhsQZY7aVpxtFaSceiyDZ beta"
|
||||
}
|
||||
};
|
||||
// vim:ts=4
|
||||
Reference in New Issue
Block a user