mirror of https://github.com/embarklabs/embark.git
Update blockchain.yml
This commit is contained in:
parent
2c1804d01f
commit
480006a865
|
@ -2,6 +2,7 @@ development:
|
||||||
rpc_host: localhost
|
rpc_host: localhost
|
||||||
rpc_port: 8101
|
rpc_port: 8101
|
||||||
rpc_whitelist: "*"
|
rpc_whitelist: "*"
|
||||||
|
mine: false
|
||||||
minerthreads: 1
|
minerthreads: 1
|
||||||
genesis_block: config/genesis/dev_genesis.json
|
genesis_block: config/genesis/dev_genesis.json
|
||||||
datadir: /tmp/embark
|
datadir: /tmp/embark
|
||||||
|
@ -19,6 +20,7 @@ staging:
|
||||||
rpc_port: 8101
|
rpc_port: 8101
|
||||||
rpc_whitelist: "*"
|
rpc_whitelist: "*"
|
||||||
datadir: default
|
datadir: default
|
||||||
|
mine: false
|
||||||
network_id: 0
|
network_id: 0
|
||||||
max_peers: 4
|
max_peers: 4
|
||||||
bootnodes:
|
bootnodes:
|
||||||
|
@ -35,6 +37,7 @@ production:
|
||||||
rpc_whitelist: "*"
|
rpc_whitelist: "*"
|
||||||
datadir: default
|
datadir: default
|
||||||
network_id: 1
|
network_id: 1
|
||||||
|
mine: false
|
||||||
max_peers: 4
|
max_peers: 4
|
||||||
bootnodes:
|
bootnodes:
|
||||||
boot: false
|
boot: false
|
||||||
|
|
Loading…
Reference in New Issue