forked from Deuxfleurs/garage
Update quickstart to set endpoints ending in localhost
This commit is contained in:
parent
5a1fb7cce7
commit
99ed67503c
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue