2017-02-09 19:38:02 -05:00
|
|
|
{
|
|
|
|
"development": {
|
2017-02-20 17:12:59 -05:00
|
|
|
"enabled": true,
|
2017-02-09 19:38:02 -05:00
|
|
|
"networkType": "custom",
|
|
|
|
"genesisBlock": "config/development/genesis.json",
|
|
|
|
"datadir": ".embark/development/datadir",
|
|
|
|
"mineWhenNeeded": true,
|
|
|
|
"nodiscover": true,
|
|
|
|
"maxpeers": 0,
|
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
|
|
|
"rpcCorsDomain": "http://localhost:8000",
|
|
|
|
"account": {
|
|
|
|
"password": "config/development/password"
|
2017-10-19 18:55:49 -04:00
|
|
|
},
|
|
|
|
"wsOrigins": "http://localhost:8000"
|
2017-02-09 19:38:02 -05:00
|
|
|
},
|
|
|
|
"testnet": {
|
|
|
|
"networkType": "testnet",
|
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545
|
|
|
|
},
|
|
|
|
"livenet": {
|
|
|
|
"networkType": "livenet",
|
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
|
|
|
"rpcCorsDomain": "http://localhost:8000",
|
|
|
|
"account": {
|
|
|
|
"password": "config/livenet/password"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"privatenet": {
|
|
|
|
"networkType": "custom",
|
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
|
|
|
"datadir": "yourdatadir",
|
|
|
|
"networkId": "123",
|
2017-02-18 08:24:23 -05:00
|
|
|
"bootnodes": ""
|
2017-02-09 19:38:02 -05:00
|
|
|
}
|
|
|
|
}
|