Skip to content

Commit

Permalink
Fix minio_url
Browse files Browse the repository at this point in the history
  • Loading branch information
theteachr authored Dec 19, 2023
1 parent 0eb1a52 commit 1bdfb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vus=$6
duration=$7
: "${duration:="5m"}"
minio_url=$8
: "${minio_url:="http://localhost:9000"}"
: "${minio_url:="localhost:9000"}"
minio_access_key=$9
: "${minio_access_key:="minioadmin"}"
minio_secret_key=${10}
Expand Down

0 comments on commit 1bdfb1a

Please sign in to comment.