mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-21 02:59:52 +00:00
Jakub Sokołowski
e35da2accf
https://github.com/status-im/infra-nimbus/issues/132 Signed-off-by: Jakub Sokołowski <jakub@status.im>
15 lines
473 B
YAML
15 lines
473 B
YAML
---
|
|
# Scans affect disk I/O performance.
|
|
bootstrap__defender_enabled: false
|
|
|
|
# Execution layer Enginer API
|
|
windows_exec_layer_urls:
|
|
0: ['http://goerli-03.ih-eu-mda1.nimbus.geth.wg:8552']
|
|
1: ['http://goerli-03.ih-eu-mda1.nimbus.geth.wg:8553']
|
|
beacon_node_exec_layer_urls: '{{ windows_exec_layer_urls[idx] }}'
|
|
beacon_node_exec_layer_jwt_secret: '{{ geth_authrpc_jwtsecret }}'
|
|
|
|
# Use dedicated data volume
|
|
beacon_node_service_home: 'D:'
|
|
beacon_node_era_dir_path: 'D:\era'
|