forked from Deuxfleurs/garage
ci: Use HTTP endpoint for minio
This commit is contained in:
parent
bf08e62ce0
commit
561f614b6e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ cat > /tmp/garage.mc/config.json <<EOF
|
|||
"version": "10",
|
||||
"aliases": {
|
||||
"garage": {
|
||||
"url": "https://localhost:4443",
|
||||
"url": "http://127.0.0.1:3911",
|
||||
"accessKey": "$ACCESS_KEY",
|
||||
"secretKey": "$SECRET_KEY",
|
||||
"api": "S3v4",
|
||||
|
|
Loading…
Reference in a new issue