enable WebSocket API for Geth Goerli node

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-24 15:43:10 +01:00
parent d0a7c82d24
commit 3b8ca79a44
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ geth_cont_name: 'geth-{{ geth_network_name }}'
geth_extra_alias: '{{ geth_cont_name }}'
geth_sync_mode: 'full'
geth_log_level_name: info
geth_websocket_enabled: true
# Geth auth
geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}'
@ -24,4 +25,5 @@ geth_expo_consul_id: '{{ geth_expo_cont_name }}'
# Ports
geth_port: 30303
geth_rpc_port: 8545
geth_websocket_port: 8546
geth_expo_cont_port: 9200