Fix config-example.js

This commit is contained in:
Arthur Britto
2012-11-26 11:34:08 -08:00
parent 6013d994e2
commit 0833f720e3

View File

@@ -14,7 +14,6 @@ exports.servers = {
// A local test server.
"alpha" : {
'trusted' : true,
'no_server' : true,
// "peer_ip" : "0.0.0.0",
// "peer_port" : 51235,
'rpc_ip' : "0.0.0.0",
@@ -42,6 +41,10 @@ exports.accounts = {
'account' : "rH4KEcG9dEwGwpn6AyoWK9cZPLL4RLSmWW",
'secret' : "carol",
},
"dan" : {
'account' : "rJ85Mok8YRNxSo7NnxKGrPuk29uAeZQqwZ",
'secret' : "dan",
},
// Nexuses
"bitstamp" : {