set explicit but wider values for websocket origins
Possible fix for `nim-waku` and `geth` connectivity issues: https://github.com/status-im/nwaku/issues/1269 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d63bd18938
commit
c610692511
|
@ -13,8 +13,6 @@ geth_websocket_enabled: true
|
|||
# Geth auth & JWT token
|
||||
geth_account_pass: '{{lookup("bitwarden", "nimbus/geth", field="password")}}'
|
||||
geth_authrpc_jwtsecret: '{{lookup("bitwarden", "nimbus/jwt-token")}}'
|
||||
# Allow connections from our VPN
|
||||
geth_websocket_origins: '*'
|
||||
# Memory settings
|
||||
geth_cont_mem_ratio: 0.7
|
||||
|
||||
|
|
|
@ -14,8 +14,6 @@ geth_rcp_api: 'eth,net,web3,personal,admin,engine'
|
|||
# Geth auth
|
||||
geth_account_pass: '{{lookup("bitwarden", "nimbus/geth", field="password")}}'
|
||||
geth_authrpc_jwtsecret: '{{lookup("bitwarden", "nimbus/jwt-token")}}'
|
||||
# Allow connections from our VPN
|
||||
geth_websocket_origins: '*'
|
||||
# Memory settings¬
|
||||
geth_cont_mem_ratio: 0.15
|
||||
geth_cache_size: '{{ (ansible_memtotal_mb * 0.1|float) | int }}'
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
|
||||
- name: infra-role-geth
|
||||
src: git@github.com:status-im/infra-role-geth.git
|
||||
version: c2f7fac2a0c2a36bfbf4aa0c0c46dfea2f875b6c
|
||||
version: 4583821179ffb32bbd235279e2efb53ce2f66703
|
||||
scm: git
|
||||
|
||||
- name: infra-role-geth-exporter
|
||||
|
|
Loading…
Reference in New Issue