rpc-nodes/nethermind/example.env
2022-03-12 16:23:27 +10:00

9 lines
215 B
Bash

# Traefik (if you use proxy)
DOMAIN=domain.org
# 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
WS_PORT=8536