mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-22 18:38:07 +00:00
nimbus.prater: use AWS hosts to sync first node
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
090c4661a9
commit
768ecef371
@ -92,7 +92,9 @@ beacon_node_resync_enabled: true
|
||||
beacon_node_resync_timer_enabled: '{{ (idx % 2 == 1) and not node.get("public_api") }}'
|
||||
beacon_node_resync_timer_frequency: 'monthly'
|
||||
beacon_node_resync_timer_random_delay_sec: 604800 # 7 days
|
||||
beacon_node_resync_timer_trusted_api_url: 'http://localhost:{{ beacon_node_rest_port_base }}'
|
||||
beacon_node_resync_timer_trusted_api_url: >-
|
||||
{{ "http://stable-large-01.aws-eu-central-1a.nimbus.prater.wg:9300"
|
||||
if idx == 0 else "http://localhost:"+(beacon_node_rest_port_base|string) }}
|
||||
|
||||
# Validator Client
|
||||
validator_client_service_name: 'validator-client-{{ validator_client_network }}-{{ node.branch }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user