localhost
This commit is contained in:
parent
9c3f31e351
commit
e6ee0395d0
|
@ -1,8 +1,8 @@
|
||||||
development:
|
development:
|
||||||
rpc_host: localhost
|
rpc_host: localhost
|
||||||
rpc_port: 8101
|
rpc_port: 8101
|
||||||
rpc_whitelist: "*"
|
|
||||||
mine: false
|
mine: false
|
||||||
|
rpc_whitelist: localhost
|
||||||
minerthreads: 1
|
minerthreads: 1
|
||||||
genesis_block: config/genesis/dev_genesis.json
|
genesis_block: config/genesis/dev_genesis.json
|
||||||
datadir: /tmp/embark
|
datadir: /tmp/embark
|
||||||
|
@ -18,7 +18,7 @@ development:
|
||||||
staging:
|
staging:
|
||||||
rpc_host: localhost
|
rpc_host: localhost
|
||||||
rpc_port: 8101
|
rpc_port: 8101
|
||||||
rpc_whitelist: "*"
|
rpc_whitelist: localhost
|
||||||
datadir: default
|
datadir: default
|
||||||
mine: false
|
mine: false
|
||||||
network_id: 0
|
network_id: 0
|
||||||
|
@ -34,7 +34,7 @@ staging:
|
||||||
production:
|
production:
|
||||||
rpc_host: localhost
|
rpc_host: localhost
|
||||||
rpc_port: 8101
|
rpc_port: 8101
|
||||||
rpc_whitelist: "*"
|
rpc_whitelist: localhost
|
||||||
datadir: default
|
datadir: default
|
||||||
network_id: 1
|
network_id: 1
|
||||||
mine: false
|
mine: false
|
||||||
|
|
Loading…
Reference in New Issue