From 97bedb08bbd97505592b688d3c8e326b7039d368 Mon Sep 17 00:00:00 2001 From: nick Date: Sat, 24 Aug 2024 22:57:49 +0900 Subject: [PATCH] docs: add description --- node/.env.example | 3 +++ node/README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/node/.env.example b/node/.env.example index abd6b64fc..25e91f3e5 100644 --- a/node/.env.example +++ b/node/.env.example @@ -45,6 +45,9 @@ BOOT_API_PORT= # (optional) required if utilizing boot api, defaults to http://localhost:8089 BOOT_API_URL= +# (optional) required to be true if running from local mac +WITHOUT_PING_PRIVILIGED= + # POR POR_REPORTER_PK= POR_CHAIN= diff --git a/node/README.md b/node/README.md index 0462820cf..b88d5abe0 100644 --- a/node/README.md +++ b/node/README.md @@ -138,6 +138,9 @@ BOOT_API_PORT= # Boot API connection URL BOOT_API_URL= +# Pinger priviliged set, not required from built image +WITHOUT_PING_PRIVILIGED= + # provider URLs referenced from fetcher, uses public JSON-RPC if not provided FETCHER_CYPRESS_PROVIDER_URL= FETCHER_ETHEREUM_PROVIDER_URL=