diff --git a/nethermind/nethermind-entrypoint b/nethermind/nethermind-entrypoint index 6401405f7..28577fc4b 100755 --- a/nethermind/nethermind-entrypoint +++ b/nethermind/nethermind-entrypoint @@ -11,7 +11,6 @@ AUTHRPC_PORT="${AUTHRPC_PORT:-8551}" METRICS_PORT="${METRICS_PORT:-6060}" DISCOVERY_PORT="${DISCOVERY_PORT:-30303}" P2P_PORT="${P2P_PORT:-30303}" -JWT_SECRET_FILE=${JWT_SECRET_FILE:-/tmp/jwt/jwtsecret} ADDITIONAL_ARGS="" # Check if required variables are set