drop legacy beacon_node_web3_url variable
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
1283cec6ee
commit
e50e7f7764
|
@ -43,9 +43,6 @@ beacon_node_discovery_port: '9100'
|
|||
# Peers
|
||||
beacon_node_max_peers: 320
|
||||
|
||||
# Infura URL
|
||||
beacon_node_web3_url: '{{ lookup("passwordstore", "service/Nimbus/infura-url") }}'
|
||||
|
||||
# resource limits
|
||||
beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.60) | int }}'
|
||||
beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.4) | int }}'
|
||||
|
|
Loading…
Reference in New Issue