mirror of https://github.com/embarklabs/embark.git
add websocket config to blockchain config
This commit is contained in:
parent
9fd39f36ba
commit
3c8b10d597
|
@ -13,7 +13,11 @@
|
|||
"account": {
|
||||
"password": "config/development/password"
|
||||
},
|
||||
"wsOrigins": "http://localhost:8000"
|
||||
"wsOrigins": "http://localhost:8000",
|
||||
"wsRPC": true,
|
||||
"wsHost": "localhost",
|
||||
"wsPort": 8546
|
||||
},
|
||||
},
|
||||
"testnet": {
|
||||
"enabled": true,
|
||||
|
|
|
@ -13,7 +13,10 @@
|
|||
"account": {
|
||||
"password": "config/development/password"
|
||||
},
|
||||
"wsOrigins": "http://localhost:8000"
|
||||
"wsOrigins": "http://localhost:8000",
|
||||
"wsRPC": true,
|
||||
"wsHost": "localhost",
|
||||
"wsPort": 8546
|
||||
},
|
||||
"testnet": {
|
||||
"enabled": true,
|
||||
|
|
Loading…
Reference in New Issue