Skip to content

Commit

Permalink
Set prysm validator auth token file path
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeevDmitry committed Sep 26, 2024
1 parent 2e2954e commit 5ff28ad
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export class PrysmValidatorService extends NodeService {

const dataDir = "/opt/app/data/db";
const walletDir = "/opt/app/data/wallets";
const authTokenFile = `${walletDir}/auth-token`
const passwordDir = "/opt/app/data/passwords";
const graffitiDir = "/opt/app/graffitis";

Expand Down Expand Up @@ -49,6 +50,8 @@ export class PrysmValidatorService extends NodeService {
dataDir +
" --wallet-dir=" +
walletDir +
" --validator-api-bearer-file=" +
authTokenFile +
" --wallet-password-file=" +
passwordDir +
'/wallet-password --monitoring-host=0.0.0.0 --grpc-gateway-port=7500 --grpc-gateway-host=0.0.0.0 --grpc-gateway-corsdomain="*" --monitoring-host=0.0.0.0 --monitoring-port=8081 --suggested-fee-recipient=0x0000000000000000000000000000000000000000' +
Expand Down

0 comments on commit 5ff28ad

Please sign in to comment.