Skip to content

Commit

Permalink
Prepend BESU to all environment variables (#1707)
Browse files Browse the repository at this point in the history
Signed-off-by: Joan E <[email protected]>
  • Loading branch information
siladu authored Oct 8, 2024
1 parent 370ea81 commit fb2569d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ In private networks defined using [`--genesis-file`](#genesis-file) or when usin
<TabItem value="Environment variable" label="Environment variable">

```bash
CACHE_LAST_BLOCKS=2048
BESU_CACHE_LAST_BLOCKS=2048
```

</TabItem>
Expand Down Expand Up @@ -4988,7 +4988,7 @@ Static nodes JSON file containing the [static nodes](../../how-to/connect/static
<TabItem value="Environment variable" label="Environment variable">

```bash
STRICT_TX_REPLAY_PROTECTION_ENABLED=false
BESU_STRICT_TX_REPLAY_PROTECTION_ENABLED=false
```

</TabItem>
Expand Down

0 comments on commit fb2569d

Please sign in to comment.