2016-09-25 06:23:33 +00:00
|
|
|
{
|
|
|
|
"development": {
|
2017-02-20 21:29:59 +00:00
|
|
|
"enabled": true,
|
2016-09-25 06:23:33 +00:00
|
|
|
"networkType": "custom",
|
|
|
|
"genesisBlock": "config/development/genesis.json",
|
|
|
|
"datadir": ".embark/development/datadir",
|
|
|
|
"mineWhenNeeded": true,
|
|
|
|
"nodiscover": true,
|
2016-10-31 00:35:11 +00:00
|
|
|
"maxpeers": 0,
|
2016-09-25 06:23:33 +00:00
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
2016-09-26 00:51:00 +00:00
|
|
|
"rpcCorsDomain": "http://localhost:8000",
|
2016-09-25 06:23:33 +00:00
|
|
|
"account": {
|
|
|
|
"password": "config/development/password"
|
2017-10-21 19:28:59 +00:00
|
|
|
},
|
2018-01-11 13:56:12 +00:00
|
|
|
"wsOrigins": "http://localhost:8000",
|
|
|
|
"wsRPC": true,
|
|
|
|
"wsHost": "localhost",
|
|
|
|
"wsPort": 8546
|
2016-09-25 06:23:33 +00:00
|
|
|
},
|
|
|
|
"testnet": {
|
2017-02-20 21:29:59 +00:00
|
|
|
"enabled": true,
|
2016-09-26 00:51:00 +00:00
|
|
|
"networkType": "testnet",
|
2017-02-20 20:53:55 +00:00
|
|
|
"light": true,
|
2016-09-25 06:23:33 +00:00
|
|
|
"rpcHost": "localhost",
|
2017-02-20 20:53:55 +00:00
|
|
|
"rpcPort": 8545,
|
|
|
|
"rpcCorsDomain": "http://localhost:8000",
|
|
|
|
"account": {
|
|
|
|
"password": "config/testnet/password"
|
|
|
|
}
|
2016-09-25 06:23:33 +00:00
|
|
|
},
|
|
|
|
"livenet": {
|
2017-02-20 21:29:59 +00:00
|
|
|
"enabled": true,
|
2016-09-26 00:51:00 +00:00
|
|
|
"networkType": "livenet",
|
2017-02-20 20:53:55 +00:00
|
|
|
"light": true,
|
2016-09-26 00:51:00 +00:00
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
|
|
|
"rpcCorsDomain": "http://localhost:8000",
|
|
|
|
"account": {
|
2017-02-08 11:31:57 +00:00
|
|
|
"password": "config/livenet/password"
|
2016-09-26 00:51:00 +00:00
|
|
|
}
|
2016-09-25 06:23:33 +00:00
|
|
|
},
|
|
|
|
"privatenet": {
|
2017-02-20 21:29:59 +00:00
|
|
|
"enabled": true,
|
2016-09-25 06:23:33 +00:00
|
|
|
"networkType": "custom",
|
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
2017-02-20 20:53:55 +00:00
|
|
|
"rpcCorsDomain": "http://localhost:8000",
|
2016-09-25 06:23:33 +00:00
|
|
|
"datadir": "yourdatadir",
|
|
|
|
"networkId": "123",
|
2017-02-18 13:24:23 +00:00
|
|
|
"bootnodes": ""
|
2016-09-25 06:23:33 +00:00
|
|
|
}
|
|
|
|
}
|