Skip to content

Commit

Permalink
feat: api addr get bind to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
nugaon committed Aug 8, 2024
1 parent 7ccd15e commit 8696c3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion orchestrator/builder/bee.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ if [ -z "$QUEEN_CONTAINER_IN_DOCKER" ] || $EPHEMERAL ; then
--bootnode="$QUEEN_BOOTNODE" \
--verbosity=4 \
--mainnet=false \
--block-time=1 \
--block-time=5 \
--api-addr=0.0.0.0:1633 \
--swap-enable=$SWAP \
--swap-endpoint="http://$SWARM_BLOCKCHAIN_NAME:9545" \
--swap-factory-address=$SWAP_FACTORY_ADDRESS \
Expand Down Expand Up @@ -271,6 +272,7 @@ for i in $(seq 1 1 "$WORKERS"); do
--verbosity=4 \
--mainnet=false \
--block-time=5 \
--api-addr=0.0.0.0:1633 \
--swap-enable=$SWAP \
--swap-endpoint="http://$SWARM_BLOCKCHAIN_NAME:9545" \
--swap-factory-address=$SWAP_FACTORY_ADDRESS \
Expand Down

0 comments on commit 8696c3e

Please sign in to comment.