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

Commit

Permalink
hot fix: run_single_node script bug
Browse files Browse the repository at this point in the history
  • Loading branch information
J-HowHuang committed May 1, 2024
1 parent dbed464 commit 8fef90a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/run_single_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ sleep 5
echo "Redis cluster created."

# Starting the application servers
REDIS_PORT=6379 cargo run --\
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 8fef90a

Please sign in to comment.