mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 22:34:24 +00:00
23 lines
393 B
YAML
23 lines
393 B
YAML
development:
|
|
rpc_host: localhost
|
|
rpc_port: 8101
|
|
rpc_whitelist: "*"
|
|
minerthreads: 1
|
|
datadir: /tmp/embark
|
|
mine_when_needed: true
|
|
gas_limit: 100000
|
|
console: false
|
|
account:
|
|
init: true
|
|
password: config/password
|
|
staging:
|
|
rpc_host: localhost
|
|
rpc_port: 8101
|
|
rpc_whitelist: "*"
|
|
datadir: default
|
|
network_id: 0
|
|
console: true
|
|
account:
|
|
init: false
|
|
address:
|