Build testing newcoind.cfg as needed.

This commit is contained in:
Arthur Britto
2012-09-15 15:45:33 -07:00
parent f45886cc6d
commit 86700c30bb
3 changed files with 45 additions and 2 deletions

15
test/config.js Normal file
View 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