node: allow JWT pass by file only (#24579)
This commit is contained in:
committed by
GitHub
parent
535f25d65f
commit
a8040bc2c5
@ -548,7 +548,7 @@ var (
|
||||
}
|
||||
JWTSecretFlag = cli.StringFlag{
|
||||
Name: "authrpc.jwtsecret",
|
||||
Usage: "JWT secret (or path to a jwt secret) to use for authenticated RPC endpoints",
|
||||
Usage: "Path to a JWT secret to use for authenticated RPC endpoints",
|
||||
}
|
||||
// Logging and debug settings
|
||||
EthStatsURLFlag = cli.StringFlag{
|
||||
|
Reference in New Issue
Block a user