add websocket config to blockchain config

This commit is contained in:
Iuri Matias 2018-01-11 08:56:12 -05:00
parent 9fd39f36ba
commit 3c8b10d597
2 changed files with 9 additions and 2 deletions

View File

@ -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,

View File

@ -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,