mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 23:45:51 +00:00
Fix config-example.js
This commit is contained in:
@@ -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" : {
|
||||
|
||||
Reference in New Issue
Block a user