Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
add server ip argument
Browse files Browse the repository at this point in the history
  • Loading branch information
J-HowHuang committed Apr 30, 2024
1 parent 09edcf2 commit 7722b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/run_single_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ echo "Redis cluster created."

# Starting the application servers
REDIS_PORT=6379 cargo run --bin istziio_server_node --\
--server-ip $SERVER_IP \
--bucket "istziio-bucket" \
--region "us-east-1" \
--access-key "$AWS_ACCESS_KEY_ID" \
Expand Down

0 comments on commit 7722b45

Please sign in to comment.