drop legacy beacon_node_web3_url variable

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-05-06 15:40:38 +02:00
parent 1283cec6ee
commit e50e7f7764
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 0 additions and 3 deletions

View File

@ -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 }}'