infra-nimbus/ansible/vars/portal-bridge.yml
Jakub Sokołowski e2c8ce0175
portal-bridge: fix web3 URL to not use HTTPS
Was causing errors like this:
```
Failed to send POST Request with JSON-RPC: Could not connect to remote host, reason: (UnsupportedVersion) Incoming protocol or record version is unsupported (code: 3)"
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-07-02 10:40:01 +02:00

12 lines
361 B
YAML

---
# 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: 'http://linux-02.ih-eu-mda1.nimbus.mainnet.wg:8545'