mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-12 13:36:29 +00:00
And use `linux-02` from `nimbus.mainnet` for EL. https://github.com/status-im/infra-nimbus/issues/182 Signed-off-by: Jakub Sokołowski <jakub@status.im>
16 lines
450 B
YAML
16 lines
450 B
YAML
---
|
|
bootstrap__extra_volume_bind_paths:
|
|
DATA_VOLUME1: ['/data']
|
|
DATA_VOLUME2: ['/era']
|
|
|
|
# Portal Bridge
|
|
portal_bridge_service_name: 'nimbus-portal-bridge'
|
|
portal_bridge_rpc_address: '127.0.0.1'
|
|
portal_bridge_rpc_port: 8545
|
|
portal_bridge_command: 'history'
|
|
portal_bridge_latest: true
|
|
portal_bridge_backfill: true
|
|
portal_bridge_audit: true
|
|
portal_bridge_era1_dir: '/era'
|
|
portal_bridge_web3_url: 'https://linux-02.ih-eu-mda1.nimbus.mainnet.wg:8545'
|