Update quickstart to set endpoints ending in localhost

This commit is contained in:
Quentin 2022-02-01 17:42:21 +01:00 committed by Alex Auvolat
parent 5a1fb7cce7
commit 99ed67503c
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
1 changed files with 2 additions and 2 deletions

View File

@ -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"
```