rpc-nodes/bsc/example.env

13 lines
412 B
Bash
Raw Permalink Normal View History

2022-03-12 07:23:27 +01:00
# Traefik (if you use proxy)
2022-03-03 10:14:26 +01:00
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=30302
HTTP_PORT=8525
WS_PORT=8526
# Comma-separated list of addresses to treat as "local"
TX_LOCAL_ADDR=0x0000000000000000000000000000000000000000
# Use latest stable version: https://github.com/bnb-chain/bsc/tags
2022-07-29 01:06:22 +02:00
BSC_TAG=v1.1.12