Files
xahaud/test/config.js
2012-09-17 12:28:18 -07:00

16 lines
327 B
JavaScript

//
// 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