Skip to content

Commit

Permalink
more consistent addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
fabis94 committed Dec 6, 2024
1 parent 3a3101a commit 57af145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ jobs:
- image: 'minio/minio'
command: server /data --console-address ":9001" --address "0.0.0.0:9000"
- image: 'minio/minio'
command: server /data --console-address ":9002" --address "0.0.0.0:9001"
command: server /data --console-address ":9021" --address "0.0.0.0:9020"
environment:
# Same as test-server:
NODE_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion .circleci/multiregion.test-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"secretKey": "minioadmin",
"bucket": "speckle-server",
"createBucketIfNotExists": true,
"endpoint": "http://127.0.0.1:9001",
"endpoint": "http://127.0.0.1:9020",
"s3Region": ""
}
}
Expand Down

0 comments on commit 57af145

Please sign in to comment.