aboutsummaryrefslogtreecommitdiff
path: root/example/dev-cluster.sh
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-11-19 15:10:04 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-11-19 15:10:04 +0100
commitab710481761fd6b1814b404362a74b7cf3e89572 (patch)
tree339edddc04e7902062d75c71015308cbdedfd365 /example/dev-cluster.sh
parent04f455ff7f673ae9449b374183b8aafb9347581f (diff)
downloadgarage-ab710481761fd6b1814b404362a74b7cf3e89572.tar.gz
garage-ab710481761fd6b1814b404362a74b7cf3e89572.zip
Fix example
Diffstat (limited to 'example/dev-cluster.sh')
-rwxr-xr-xexample/dev-cluster.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/example/dev-cluster.sh b/example/dev-cluster.sh
index e896b6ba..d0d4326e 100755
--- a/example/dev-cluster.sh
+++ b/example/dev-cluster.sh
@@ -37,7 +37,9 @@ api_bind_addr = "127.0.0.$count:3900" # the S3 API port, HTTP without TLS. Add a
s3_region = "garage" # set this to anything. S3 API calls will fail if they are not made against the region set here.
[s3_web]
-web_bind_addr = "127.0.0.$count:3902"
+bind_addr = "127.0.0.$count:3902"
+root_domain = ".garage.tld"
+index = "index.html"
EOF
echo -en "$LABEL configuration written to $CONF_PATH\n"