mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
docs: fix default jwt.hex path in cli args (#22269)
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
committed by
GitHub
parent
fb90051010
commit
48b2cd970f
@@ -372,7 +372,7 @@ RPC:
|
||||
|
||||
This will enforce JWT authentication for all requests coming from the consensus layer.
|
||||
|
||||
If no path is provided, a secret will be generated and stored in the datadir under `<DIR>/<CHAIN_ID>/jwt.hex`. For mainnet this would be `~/.reth/mainnet/jwt.hex` by default.
|
||||
If no path is provided, a secret will be generated and stored in the datadir under `<DIR>/<CHAIN_ID>/jwt.hex`. For mainnet this would be `~/.local/share/reth/mainnet/jwt.hex` by default.
|
||||
|
||||
--auth-ipc
|
||||
Enable auth engine API over IPC
|
||||
|
||||
Reference in New Issue
Block a user