mirror of https://github.com/embarklabs/embark.git
50 lines
1.0 KiB
YAML
50 lines
1.0 KiB
YAML
development:
|
|
rpc_host: localhost
|
|
rpc_port: 8101
|
|
mine: false
|
|
rpc_whitelist: localhost
|
|
minerthreads: 1
|
|
genesis_block: config/genesis/dev_genesis.json
|
|
datadir: /tmp/embark
|
|
chains: config/chains/development.json
|
|
mine_when_needed: true
|
|
max_peers: 0
|
|
gas_limit: 500000
|
|
gas_price: 10000000000000
|
|
account:
|
|
init: true
|
|
password: config/password
|
|
num: 1
|
|
staging:
|
|
rpc_host: localhost
|
|
rpc_port: 8101
|
|
rpc_whitelist: localhost
|
|
datadir: default
|
|
mine: false
|
|
network_id: 0
|
|
max_peers: 4
|
|
bootnodes:
|
|
boot: false
|
|
enodes: [] #insert enode urls here.
|
|
nat: any #NAT port mapping mechanism (any|none|upnp|pmp|extip:<IP>)
|
|
port: 30303
|
|
account:
|
|
init: false
|
|
address:
|
|
production:
|
|
rpc_host: localhost
|
|
rpc_port: 8101
|
|
rpc_whitelist: localhost
|
|
datadir: default
|
|
network_id: 1
|
|
mine: false
|
|
max_peers: 4
|
|
bootnodes:
|
|
boot: false
|
|
enodes: []
|
|
nat: any #NAT port mapping mechanism (any|none|upnp|pmp|extip:<IP>)
|
|
port: 30303
|
|
account:
|
|
init: false
|
|
address:
|