From cc42ea8f9eafcf270c9c81b399176226735b5f54 Mon Sep 17 00:00:00 2001 From: _den <_den@outlook.com> Date: Thu, 3 Mar 2022 16:53:04 +1000 Subject: [PATCH] updated env description --- nethermind/example.env | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nethermind/example.env b/nethermind/example.env index 5daedd4..a299026 100644 --- a/nethermind/example.env +++ b/nethermind/example.env @@ -1,5 +1,9 @@ +# Traefik 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 -ALLOW_FROM=0.0.0.0/0 \ No newline at end of file +WS_PORT=8536 \ No newline at end of file