mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-31 07:55:42 +00:00
nimbus.mainnet: fix web3 url conditional
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
2ff11c1b7a
commit
e966bb1a59
@ -69,7 +69,7 @@ beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}'
|
||||
beacon_node_web3_urls: |-
|
||||
{{ (data_center == "he-eu-hel1")
|
||||
| ternary(
|
||||
['http://localhost:{{ geth_authrpc_port }}'],
|
||||
["http://localhost:"+(geth_authrpc_port|string)],
|
||||
beacon_node_web3_urls_all
|
||||
) }}
|
||||
# Periodic resync to save space
|
||||
|
Loading…
x
Reference in New Issue
Block a user