Skip to content

Commit

Permalink
Merge of #7162
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jul 6, 2023
2 parents f23602d + a81c309 commit 7f6e164
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/runtime-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ fi
: "${TRACING_ENDPOINT_PORT:=3000}"
# [rpc]
: "${RPC_LISTEN_ADDR:=0.0.0.0}"
if [[ "${NETWORK}" = "Mainnet" ]]; then
: "${RPC_PORT:=8232}"
elif [[ "${NETWORK}" = "Testnet" ]]; then
: "${RPC_PORT:=18232}"
fi


# Populate `zebrad.toml` before starting zebrad, using the environmental
Expand Down

0 comments on commit 7f6e164

Please sign in to comment.