rpc-nodes/nethermind/example.env

9 lines
196 B
Bash
Raw Normal View History

2022-03-03 07:53:04 +01:00
# Traefik
DOMAIN=domain.org
2022-03-03 07:53:04 +01:00
# Comma-separated list of IP/mask addresses to allow access. Replace 0.0.0.0/0 with your address
ALLOW_FROM=0.0.0.0/0
# Node
P2P_PORT=30303
HTTP_PORT=8535
2022-03-03 07:53:04 +01:00
WS_PORT=8536