nimbus.prater: fix trusted node URL for MacOS hosts

https://github.com/status-im/infra-nimbus/issues/132

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-08-23 16:38:24 +02:00
parent 0cdb2d6e02
commit 9df1b95f43
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 2 additions and 2 deletions

View File

@ -24,4 +24,4 @@ nimbus_era_files_nclidb_path: '/Users/nimbus/beacon-node-{{ beacon_node_network
beacon_node_resync_enabled: true beacon_node_resync_enabled: true
beacon_node_resync_timer_enabled: true beacon_node_resync_timer_enabled: true
beacon_node_resync_timer_frequency: '2592000' # monthly beacon_node_resync_timer_frequency: '2592000' # monthly
beacon_node_resync_timer_trusted_api_url: 'http://linux-01.he-eu-hel1.nimbus.prater.wg:9300/' beacon_node_resync_timer_trusted_api_url: 'http://linux-01.ih-eu-mda1.nimbus.prater.wg:9300/'

View File

@ -24,4 +24,4 @@ nimbus_era_files_nclidb_path: '/Users/nimbus/beacon-node-{{ beacon_node_network
beacon_node_resync_enabled: true beacon_node_resync_enabled: true
beacon_node_resync_timer_enabled: false beacon_node_resync_timer_enabled: false
beacon_node_resync_timer_frequency: '2592000' # monthly beacon_node_resync_timer_frequency: '2592000' # monthly
beacon_node_resync_timer_trusted_api_url: 'http://linux-01.he-eu-hel1.nimbus.prater.wg:9300/' beacon_node_resync_timer_trusted_api_url: 'http://linux-01.ih-eu-mda1.nimbus.prater:9300/'