Skip to content

Commit

Permalink
Fix beacon flags
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Oct 8, 2024
1 parent 15357a4 commit 2a71309
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions beacon-chain/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ FLAGS="--accept-terms-of-use \
--jwt-secret=$JWT_FILE_PATH \
--execution-endpoint=$ENGINE_URL \
--monitoring-host=0.0.0.0 \
--http-host=0.0.0.0 \
--http-port=$BEACON_API_PORT \
--http-cors-domain=$CORSDOMAIN \
--grpc-gateway-host=0.0.0.0 \
--grpc-gateway-port=$BEACON_API_PORT \
--grpc-gateway-corsdomain=$CORSDOMAIN \
--rpc-host=0.0.0.0 \
--verbosity=$VERBOSITY \
--p2p-tcp-port=$P2P_TCP_PORT \
Expand Down

0 comments on commit 2a71309

Please sign in to comment.