Skip to content

Commit

Permalink
Fix uri (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
tellet-q authored Nov 6, 2024
1 parent 7062151 commit 78862aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run-bfb-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ QDRANT_API_KEY=${QDRANT_API_KEY:-""}
QDRANT_CLUSTER_URL=${QDRANT_CLUSTER_URL:-""}
QC_NAME=${QC_NAME:-""}
if [ "$QC_NAME" == "qdrant-chaos-testing-three" ]; then
QDRANT_HOSTS=( "https://node-0-${QDRANT_CLUSTER_URL}:6334" "https://node-1-${QDRANT_CLUSTER_URL}:6334" )
QDRANT_HOSTS=( "node-0-${QDRANT_CLUSTER_URL}" "node-1-${QDRANT_CLUSTER_URL}" )
else
QDRANT_HOSTS+=("${QDRANT_CLUSTER_URL}")
fi
Expand Down

0 comments on commit 78862aa

Please sign in to comment.