Skip to content

Commit

Permalink
docs: add description
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Aug 24, 2024
1 parent 7d46038 commit 97bedb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
3 changes: 3 additions & 0 deletions node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ BOOT_API_PORT=<Your Boot API Port>
# Boot API connection URL
BOOT_API_URL=<Your Boot API URL>

# Pinger priviliged set, not required from built image
WITHOUT_PING_PRIVILIGED=<Set true if running local>

# provider URLs referenced from fetcher, uses public JSON-RPC if not provided
FETCHER_CYPRESS_PROVIDER_URL=<Your Cypress provider URL>
FETCHER_ETHEREUM_PROVIDER_URL=<Your Ethereum provider URL>
Expand Down

0 comments on commit 97bedb0

Please sign in to comment.