2015-06-19 14:27:19 +00:00
|
|
|
development:
|
|
|
|
rpc_host: localhost
|
|
|
|
rpc_port: 8101
|
|
|
|
rpc_whitelist: "*"
|
|
|
|
minerthreads: 1
|
2015-07-30 02:05:48 +00:00
|
|
|
genesis_block: config/genesis/dev_genesis.json
|
2015-06-19 14:27:19 +00:00
|
|
|
datadir: /tmp/embark
|
2015-09-05 11:39:22 +00:00
|
|
|
chains: config/chains/development.json
|
2015-06-19 14:27:19 +00:00
|
|
|
mine_when_needed: true
|
2015-06-20 03:20:32 +00:00
|
|
|
gas_limit: 500000
|
2015-06-19 14:27:19 +00:00
|
|
|
gas_price: 10000000000000
|
|
|
|
console: false
|
|
|
|
account:
|
|
|
|
init: true
|
|
|
|
password: config/password
|
|
|
|
staging:
|
|
|
|
rpc_host: localhost
|
|
|
|
rpc_port: 8101
|
|
|
|
rpc_whitelist: "*"
|
|
|
|
datadir: default
|
|
|
|
network_id: 0
|
2015-09-08 09:52:39 +00:00
|
|
|
deploy_timeout: 45
|
2015-06-19 14:27:19 +00:00
|
|
|
console: true
|
|
|
|
account:
|
|
|
|
init: false
|
2015-07-29 13:49:02 +00:00
|
|
|
address:
|
2015-07-22 22:40:24 +00:00
|
|
|
production:
|
|
|
|
rpc_host: localhost
|
|
|
|
rpc_port: 8101
|
|
|
|
rpc_whitelist: "*"
|
|
|
|
datadir: default
|
|
|
|
network_id: 1
|
|
|
|
console: true
|
|
|
|
account:
|
|
|
|
init: false
|
2015-07-29 13:49:02 +00:00
|
|
|
address:
|