aboutsummaryrefslogtreecommitdiff
path: root/script/dev-cluster.sh
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-02-01 17:55:14 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-02-01 17:55:14 +0100
commitf67029ce2af2f8870836d5bb908254d7fdbbe71b (patch)
tree62dd93eabf451766493bfdd637ff9e8840fdb410 /script/dev-cluster.sh
parent2760f1cb17469b2fe625ee552a7a6074fa371eda (diff)
downloadgarage-f67029ce2af2f8870836d5bb908254d7fdbbe71b.tar.gz
garage-f67029ce2af2f8870836d5bb908254d7fdbbe71b.zip
Improve testing conf + test CORStest/cors-and-localhost
Diffstat (limited to 'script/dev-cluster.sh')
-rwxr-xr-xscript/dev-cluster.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/script/dev-cluster.sh b/script/dev-cluster.sh
index c631d6c0..c1ffb355 100755
--- a/script/dev-cluster.sh
+++ b/script/dev-cluster.sh
@@ -38,10 +38,11 @@ rpc_secret = "$NETWORK_SECRET"
[s3_api]
api_bind_addr = "0.0.0.0:$((3910+$count))" # the S3 API port, HTTP without TLS. Add a reverse proxy for the TLS part.
s3_region = "garage" # set this to anything. S3 API calls will fail if they are not made against the region set here.
+root_domain = ".s3.garage.localhost"
[s3_web]
bind_addr = "0.0.0.0:$((3920+$count))"
-root_domain = ".garage.tld"
+root_domain = ".web.garage.localhost"
index = "index.html"
EOF