From 99ed67503c22b327143f3831402aae0964f05bed Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 1 Feb 2022 17:42:21 +0100 Subject: [PATCH] Update quickstart to set endpoints ending in localhost --- doc/book/quick-start/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/book/quick-start/_index.md b/doc/book/quick-start/_index.md index 53ef00b4..cd916bda 100644 --- a/doc/book/quick-start/_index.md +++ b/doc/book/quick-start/_index.md @@ -56,11 +56,11 @@ bootstrap_peers = [] [s3_api] s3_region = "garage" api_bind_addr = "[::]:3900" -root_domain = ".s3.garage" +root_domain = ".s3.garage.localhost" [s3_web] bind_addr = "[::]:3902" -root_domain = ".web.garage" +root_domain = ".web.garage.localhost" index = "index.html" ```