mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-19 02:01:17 +00:00
Jakub Sokołowski
5d5857928d
Inteded for tests of public insecure API access for Jacek. Signed-off-by: Jakub Sokołowski <jakub@status.im>
15 lines
351 B
YAML
15 lines
351 B
YAML
---
|
|
# Communityu test REST API endpoint.
|
|
beacon_node_rest_address: '0.0.0.0'
|
|
|
|
# WARNING: This will change if number of nodes changes.
|
|
redirect_ports:
|
|
# beacon-node-pyrmont-unstable-01
|
|
- { src: 80, dst: 9301, comment: 'Test Beacon API (80->9301/tcp)' }
|
|
|
|
# Open Ports
|
|
open_ports_default_comment: 'Test Beacon API'
|
|
open_ports_list:
|
|
- { port: 80 }
|
|
|